# HG changeset patch # User Lute Kamstra # Date 1117100626 0 # Node ID 9e3a8e33226cfeb56ff95c52078ebbb4c2df65ae # Parent d66d7efe0adf8d054bd7afb9694a3a64a89472e2 (delay-mode-hooks): Specify indentation. diff -r d66d7efe0adf -r 9e3a8e33226c lisp/subr.el --- 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))