From 08adb0997f202bfc0af5e3823ed327a90342d013 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 28 Sep 1996 04:21:22 +0000 Subject: [PATCH] (with-temp-file): Add lisp-indent-function property. --- lisp/emacs-lisp/lisp-mode.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5