Mercurial > hg > xemacs-beta
comparison lisp/lisp-mode.el @ 310:851ff35f137f r21-0b53
Import from CVS: tag r21-0b53
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:43:28 +0200 |
parents | e11d67e05968 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
309:7f3a3eb0558c | 310:851ff35f137f |
---|---|
764 (put 'condition-case 'lisp-indent-function 2) | 764 (put 'condition-case 'lisp-indent-function 2) |
765 (put 'call-with-condition-handler 'lisp-indent-function 2) | 765 (put 'call-with-condition-handler 'lisp-indent-function 2) |
766 (put 'unwind-protect 'lisp-indent-function 1) | 766 (put 'unwind-protect 'lisp-indent-function 1) |
767 (put 'save-current-buffer 'lisp-indent-function 0) | 767 (put 'save-current-buffer 'lisp-indent-function 0) |
768 (put 'with-current-buffer 'lisp-indent-function 1) | 768 (put 'with-current-buffer 'lisp-indent-function 1) |
769 (put 'with-string-as-buffer-contents 'lisp-indent-function 1) | |
769 (put 'with-temp-file 'lisp-indent-function 1) | 770 (put 'with-temp-file 'lisp-indent-function 1) |
770 (put 'with-temp-buffer 'lisp-indent-function 0) | 771 (put 'with-temp-buffer 'lisp-indent-function 0) |
771 (put 'with-output-to-string 'lisp-indent-function 0) | 772 (put 'with-output-to-string 'lisp-indent-function 0) |
772 (put 'with-output-to-temp-buffer 'lisp-indent-function 1) | 773 (put 'with-output-to-temp-buffer 'lisp-indent-function 1) |
773 (put 'eval-after-load 'lisp-indent-function 1) | 774 (put 'eval-after-load 'lisp-indent-function 1) |