diff lisp/emacs-lisp/lisp-mode.el @ 16406:da03658014e3

(with-current-buffer): Correct indentation property.
author Erik Naggum <erik@naggum.no>
date Tue, 08 Oct 1996 18:22:57 +0000
parents badca394f979
children 588a76a5a840
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el	Tue Oct 08 08:03:42 1996 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Tue Oct 08 18:22:57 1996 +0000
@@ -580,7 +580,7 @@
 (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-current-buffer 'lisp-indent-function 1)
 (put 'with-output-to-string 'lisp-indent-function 0)
 (put 'with-temp-file 'lisp-indent-function 1)
 (put 'with-temp-buffer 'lisp-indent-function 0)