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 f19f55431ab..d04da84c863 100644
--- a/lisp/emacs-lisp/lisp-mode.el
+++ b/lisp/emacs-lisp/lisp-mode.el
@@ -581,6 +581,7 @@ of the start of the containing expression."
581(put 'save-match-data 'lisp-indent-function 0) 581(put 'save-match-data 'lisp-indent-function 0)
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 1) 583(put 'with-current-buffer 'lisp-indent-function 1)
584(put 'combine-after-change-calls 'lisp-indent-function 1)
584(put 'with-output-to-string 'lisp-indent-function 0) 585(put 'with-output-to-string 'lisp-indent-function 0)
585(put 'with-temp-file 'lisp-indent-function 1) 586(put 'with-temp-file 'lisp-indent-function 1)
586(put 'with-temp-buffer 'lisp-indent-function 0) 587(put 'with-temp-buffer 'lisp-indent-function 0)