emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Thu, 26 May 2005 05:43:47 -0400

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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]