From: Lute Kamstra Date: Thu, 26 May 2005 09:43:46 +0000 (+0000) Subject: (delay-mode-hooks): Specify indentation. X-Git-Tag: emacs-pretest-22.0.90~9578 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1149f514c6064b9fe2fc4ef6e8ca55397164a08;p=emacs.git (delay-mode-hooks): Specify indentation. --- 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." 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))