]> git.eshelyaron.com Git - emacs.git/commitdiff
(with-temp-file): Add lisp-indent-function property.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 Sep 1996 04:21:22 +0000 (04:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 Sep 1996 04:21:22 +0000 (04:21 +0000)
lisp/emacs-lisp/lisp-mode.el

index 8407d07dff967268a2aa5abdadc2cc65ef89adbc..424db7d7ddbf7996ebdcb853f635a8e6674c4b22 100644 (file)
@@ -582,6 +582,7 @@ of the start of the containing expression."
 (put 'save-current-buffer 'lisp-indent-function 0)
 (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 'let 'lisp-indent-function 1)
 (put 'let* 'lisp-indent-function 1)
 (put 'while 'lisp-indent-function 1)