Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.457 emacs/lisp/subr.el:1.458
*** emacs/lisp/subr.el:1.457    Sun May 22 23:49:13 2005
--- emacs/lisp/subr.el  Thu May 26 09:43:46 2005
***************
*** 1853,1859 ****
  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))
    `(progn
       (make-local-variable 'delay-mode-hooks)
       (let ((delay-mode-hooks t))
--- 1853,1859 ----
  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) (indent 0))
    `(progn
       (make-local-variable 'delay-mode-hooks)
       (let ((delay-mode-hooks t))


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to