aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/lisp-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
-rw-r--r--lisp/emacs-lisp/lisp-mode.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el
index 3475d944337..601cc7bf712 100644
--- a/lisp/emacs-lisp/lisp-mode.el
+++ b/lisp/emacs-lisp/lisp-mode.el
@@ -1347,7 +1347,6 @@ Lisp function does not specify a special indentation."
1347(put 'condition-case 'lisp-indent-function 2) 1347(put 'condition-case 'lisp-indent-function 2)
1348(put 'handler-case 'lisp-indent-function 1) ;CL 1348(put 'handler-case 'lisp-indent-function 1) ;CL
1349(put 'unwind-protect 'lisp-indent-function 1) 1349(put 'unwind-protect 'lisp-indent-function 1)
1350(put 'closure 'lisp-indent-function 2)
1351 1350
1352(defun indent-sexp (&optional endpos) 1351(defun indent-sexp (&optional endpos)
1353 "Indent each line of the list starting just after point. 1352 "Indent each line of the list starting just after point.