]> code.delx.au - gnu-emacs/commitdiff
(delay-mode-hooks): Specify indentation.
authorLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 09:43:46 +0000 (09:43 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 09:43:46 +0000 (09:43 +0000)
lisp/subr.el

index 41116c2839cd254686d2efd3e6dac1f605959692..63951b92bb26ba25130e638b3d01421d66d648d9 100644 (file)
@@ -1853,7 +1853,7 @@ Major mode functions should use this."
 These hooks will be executed by the first following call to
 `run-mode-hooks' that occurs outside any `delayed-mode-hooks' form.
 Only affects hooks run in the current buffer."
-  (declare (debug t))
+  (declare (debug t) (indent 0))
   `(progn
      (make-local-variable 'delay-mode-hooks)
      (let ((delay-mode-hooks t))