changeset 16360:25f58ad01b11

(with-temp-file): Add lisp-indent-function property.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 Sep 1996 04:21:22 +0000
parents 18cc78dc8b18
children 032601b9959b
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	Sat Sep 28 04:16:00 1996 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Sat Sep 28 04:21:22 1996 +0000
@@ -582,6 +582,7 @@
 (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)