Mercurial > hg > xemacs-beta
comparison lisp/lisp-mode.el @ 373:6240c7796c7a r21-2b2
Import from CVS: tag r21-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:04:06 +0200 |
parents | cc15677e0335 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
372:49e1ed2d7ed8 | 373:6240c7796c7a |
---|---|
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) |