Mercurial > emacs
changeset 16380:aee74c21dfee
(with-temp-buffer): Add indentation property.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Thu, 03 Oct 1996 02:16:38 +0000 |
parents | dcc3625f52e2 |
children | badca394f979 |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Thu Oct 03 02:13:52 1996 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Thu Oct 03 02:16:38 1996 +0000 @@ -583,6 +583,7 @@ (put 'with-current-buffer 'lisp-indent-function 0) (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) (put 'let 'lisp-indent-function 1) (put 'let* 'lisp-indent-function 1) (put 'while 'lisp-indent-function 1)