aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
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)