summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-28 04:21:22 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-28 04:21:22 +0000
commit08adb0997f202bfc0af5e3823ed327a90342d013 (patch)
tree295f30dc8b970ec162a19121d3dc8f8773d57fec /lisp/emacs-lisp
parenta7ed4c2a6eac9a32100da1215604613baf92bcb3 (diff)
downloademacs-08adb0997f202bfc0af5e3823ed327a90342d013.tar.gz
emacs-08adb0997f202bfc0af5e3823ed327a90342d013.tar.bz2
emacs-08adb0997f202bfc0af5e3823ed327a90342d013.zip
(with-temp-file): Add lisp-indent-function property.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/lisp-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el
index 8407d07dff9..424db7d7ddb 100644
--- a/lisp/emacs-lisp/lisp-mode.el
+++ b/lisp/emacs-lisp/lisp-mode.el
@@ -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)