changeset 16406:da03658014e3

(with-current-buffer): Correct indentation property.
author Erik Naggum <erik@naggum.no>
date Tue, 08 Oct 1996 18:22:57 +0000
parents 1fb8e3c7cc03
children a3bd74a05c45
files lisp/emacs-lisp/lisp-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)