From: Richard M. Stallman Date: Fri, 27 Sep 1996 20:38:03 +0000 (+0000) Subject: (save-current-buffer, with-current-buffer) X-Git-Tag: emacs-20.1~3590 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38f16fe1991b78104e6802d8bcbe910520548690;p=emacs.git (save-current-buffer, with-current-buffer) (with-output-to-string): Specify how to indent. --- diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 541cbe6f445..8407d07dff9 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -579,6 +579,9 @@ of the start of the containing expression." (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)