]> git.eshelyaron.com Git - emacs.git/commitdiff
(with-current-buffer): Correct indentation property.
authorErik Naggum <erik@naggum.no>
Tue, 8 Oct 1996 18:22:57 +0000 (18:22 +0000)
committerErik Naggum <erik@naggum.no>
Tue, 8 Oct 1996 18:22:57 +0000 (18:22 +0000)
lisp/emacs-lisp/lisp-mode.el

index 4eae1943d99c4903320b919fc4e26a572a716a3e..f19f55431ab576fc613fb3334e1a5b0cd5122453 100644 (file)
@@ -580,7 +580,7 @@ of the start of the containing expression."
 (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)