# HG changeset patch # User Richard M. Stallman # Date 843856683 0 # Node ID b8f9fd9e47faa9a4ae6fe0384ad5560ab070ba63 # Parent 07d7ce35e1be772bf72eb77576acdb9fbfdb8397 (save-current-buffer, with-current-buffer) (with-output-to-string): Specify how to indent. diff -r 07d7ce35e1be -r b8f9fd9e47fa lisp/emacs-lisp/lisp-mode.el --- 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)