Mercurial > emacs
changeset 16354:b8f9fd9e47fa
(save-current-buffer, with-current-buffer)
(with-output-to-string): Specify how to indent.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 27 Sep 1996 20:38:03 +0000 |
parents | 07d7ce35e1be |
children | 1d85b2698564 |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Fri Sep 27 19:28:43 1996 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Fri Sep 27 20:38:03 1996 +0000 @@ -579,6 +579,9 @@ (put 'save-selected-window 'lisp-indent-function 0) (put 'save-restriction 'lisp-indent-function 0) (put 'save-match-data 'lisp-indent-function 0) +(put 'save-current-buffer 'lisp-indent-function 0) +(put 'with-current-buffer 'lisp-indent-function 0) +(put 'with-output-to-string 'lisp-indent-function 0) (put 'let 'lisp-indent-function 1) (put 'let* 'lisp-indent-function 1) (put 'while 'lisp-indent-function 1)