diff options
| -rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 1853 | These hooks will be executed by the first following call to | 1853 | These hooks will be executed by the first following call to |
| 1854 | `run-mode-hooks' that occurs outside any `delayed-mode-hooks' form. | 1854 | `run-mode-hooks' that occurs outside any `delayed-mode-hooks' form. |
| 1855 | Only affects hooks run in the current buffer." | 1855 | Only affects hooks run in the current buffer." |
| 1856 | (declare (debug t)) | 1856 | (declare (debug t) (indent 0)) |
| 1857 | `(progn | 1857 | `(progn |
| 1858 | (make-local-variable 'delay-mode-hooks) | 1858 | (make-local-variable 'delay-mode-hooks) |
| 1859 | (let ((delay-mode-hooks t)) | 1859 | (let ((delay-mode-hooks t)) |