changeset 62710:9e3a8e33226c

(delay-mode-hooks): Specify indentation.
author Lute Kamstra <lute@gnu.org>
date Thu, 26 May 2005 09:43:46 +0000
parents d66d7efe0adf
children ab4b6b1c7f34
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Thu May 26 09:32:15 2005 +0000
+++ b/lisp/subr.el	Thu May 26 09:43:46 2005 +0000
@@ -1853,7 +1853,7 @@
 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))