diff options
| author | Richard M. Stallman | 1996-09-28 04:21:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-28 04:21:22 +0000 |
| commit | 08adb0997f202bfc0af5e3823ed327a90342d013 (patch) | |
| tree | 295f30dc8b970ec162a19121d3dc8f8773d57fec | |
| parent | a7ed4c2a6eac9a32100da1215604613baf92bcb3 (diff) | |
| download | emacs-08adb0997f202bfc0af5e3823ed327a90342d013.tar.gz emacs-08adb0997f202bfc0af5e3823ed327a90342d013.zip | |
(with-temp-file): Add lisp-indent-function property.
| -rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 1 |
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." | |||
| 582 | (put 'save-current-buffer 'lisp-indent-function 0) | 582 | (put 'save-current-buffer 'lisp-indent-function 0) |
| 583 | (put 'with-current-buffer 'lisp-indent-function 0) | 583 | (put 'with-current-buffer 'lisp-indent-function 0) |
| 584 | (put 'with-output-to-string 'lisp-indent-function 0) | 584 | (put 'with-output-to-string 'lisp-indent-function 0) |
| 585 | (put 'with-temp-file 'lisp-indent-function 1) | ||
| 585 | (put 'let 'lisp-indent-function 1) | 586 | (put 'let 'lisp-indent-function 1) |
| 586 | (put 'let* 'lisp-indent-function 1) | 587 | (put 'let* 'lisp-indent-function 1) |
| 587 | (put 'while 'lisp-indent-function 1) | 588 | (put 'while 'lisp-indent-function 1) |