Mercurial > hg > xemacs-beta
comparison lisp/modes/lisp-mode.el @ 189:489f57a838ef r20-3b21
Import from CVS: tag r20-3b21
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:57:07 +0200 |
parents | 8eaf7971accc |
children | 850242ba4a81 |
comparison
equal
deleted
inserted
replaced
188:e29a8e7498d9 | 189:489f57a838ef |
---|---|
744 (put 'condition-case 'lisp-indent-function 2) | 744 (put 'condition-case 'lisp-indent-function 2) |
745 (put 'unwind-protect 'lisp-indent-function 1) | 745 (put 'unwind-protect 'lisp-indent-function 1) |
746 (put 'save-current-buffer 'lisp-indent-function 0) | 746 (put 'save-current-buffer 'lisp-indent-function 0) |
747 (put 'with-current-buffer 'lisp-indent-function 1) | 747 (put 'with-current-buffer 'lisp-indent-function 1) |
748 (put 'with-temp-file 'lisp-indent-function 1) | 748 (put 'with-temp-file 'lisp-indent-function 1) |
749 (put 'with-temp-buffer 'lisp-indent-function 0) | |
749 (put 'with-output-to-string 'lisp-indent-function 0) | 750 (put 'with-output-to-string 'lisp-indent-function 0) |
750 (put 'with-output-to-temp-buffer 'lisp-indent-function 1) | 751 (put 'with-output-to-temp-buffer 'lisp-indent-function 1) |
751 | 752 |
752 (defun indent-sexp (&optional endpos) | 753 (defun indent-sexp (&optional endpos) |
753 "Indent each line of the list starting just after point. | 754 "Indent each line of the list starting just after point. |