Mercurial > emacs
comparison lisp/emacs-lisp/lisp-mode.el @ 27300:baffb2de5ce9
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 12 Jan 2000 03:08:29 +0000 |
parents | 57098e9f96e8 |
children | 6af9b684a1a0 |
comparison
equal
deleted
inserted
replaced
27299:1d7b2d2038af | 27300:baffb2de5ce9 |
---|---|
720 (put 'combine-after-change-calls 'lisp-indent-function 0) | 720 (put 'combine-after-change-calls 'lisp-indent-function 0) |
721 (put 'with-output-to-string 'lisp-indent-function 0) | 721 (put 'with-output-to-string 'lisp-indent-function 0) |
722 (put 'with-temp-file 'lisp-indent-function 1) | 722 (put 'with-temp-file 'lisp-indent-function 1) |
723 (put 'with-temp-buffer 'lisp-indent-function 0) | 723 (put 'with-temp-buffer 'lisp-indent-function 0) |
724 (put 'with-temp-message 'lisp-indent-function 1) | 724 (put 'with-temp-message 'lisp-indent-function 1) |
725 (put 'with-syntax-table 'lisp-indent-function 1) | |
725 (put 'let 'lisp-indent-function 1) | 726 (put 'let 'lisp-indent-function 1) |
726 (put 'let* 'lisp-indent-function 1) | 727 (put 'let* 'lisp-indent-function 1) |
727 (put 'while 'lisp-indent-function 1) | 728 (put 'while 'lisp-indent-function 1) |
728 (put 'if 'lisp-indent-function 2) | 729 (put 'if 'lisp-indent-function 2) |
729 (put 'catch 'lisp-indent-function 1) | 730 (put 'catch 'lisp-indent-function 1) |