From 54c014f0a9229899389dc4d8dfb1429318be2f2b Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Tue, 8 Oct 1996 18:22:57 +0000 Subject: [PATCH] (with-current-buffer): Correct indentation property. --- lisp/emacs-lisp/lisp-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2