aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2005-05-26 09:43:46 +0000
committerLute Kamstra2005-05-26 09:43:46 +0000
commitb1149f514c6064b9fe2fc4ef6e8ca55397164a08 (patch)
treeed0d286158d3b8461e3f0c5764c62046462e7c46
parent9f685258681faec407791bd4b93af7cd46b04ba1 (diff)
downloademacs-b1149f514c6064b9fe2fc4ef6e8ca55397164a08.tar.gz
emacs-b1149f514c6064b9fe2fc4ef6e8ca55397164a08.zip
(delay-mode-hooks): Specify indentation.
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 41116c2839c..63951b92bb2 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1853,7 +1853,7 @@ Major mode functions should use this."
1853These hooks will be executed by the first following call to 1853These hooks will be executed by the first following call to
1854`run-mode-hooks' that occurs outside any `delayed-mode-hooks' form. 1854`run-mode-hooks' that occurs outside any `delayed-mode-hooks' form.
1855Only affects hooks run in the current buffer." 1855Only affects hooks run in the current buffer."
1856 (declare (debug t)) 1856 (declare (debug t) (indent 0))
1857 `(progn 1857 `(progn
1858 (make-local-variable 'delay-mode-hooks) 1858 (make-local-variable 'delay-mode-hooks)
1859 (let ((delay-mode-hooks t)) 1859 (let ((delay-mode-hooks t))