From b1149f514c6064b9fe2fc4ef6e8ca55397164a08 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Thu, 26 May 2005 09:43:46 +0000 Subject: [PATCH] (delay-mode-hooks): Specify indentation. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 41116c2839..63951b92bb 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)) -- 2.39.2