# HG changeset patch # User Erik Naggum # Date 844798977 0 # Node ID da03658014e31d231183cf6ae87646d6ccaf2279 # Parent 1fb8e3c7cc03d9fd52bf2d4dbddfe9d98f4344ee (with-current-buffer): Correct indentation property. diff -r 1fb8e3c7cc03 -r da03658014e3 lisp/emacs-lisp/lisp-mode.el --- 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)