From: Erik Naggum Date: Tue, 8 Oct 1996 18:22:57 +0000 (+0000) Subject: (with-current-buffer): Correct indentation property. X-Git-Tag: emacs-20.1~3538 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54c014f0a9229899389dc4d8dfb1429318be2f2b;p=emacs.git (with-current-buffer): Correct indentation property. --- diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 4eae1943d99..f19f55431ab 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -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)