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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Fri, 24 Sep 2004 22:38:57 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.413 emacs/lisp/subr.el:1.414
*** emacs/lisp/subr.el:1.413    Wed Sep 22 00:13:16 2004
--- emacs/lisp/subr.el  Sat Sep 25 02:32:15 2004
***************
*** 1958,1963 ****
--- 1958,1965 ----
  
  (defmacro delay-mode-hooks (&rest body)
    "Execute BODY, but delay any `run-mode-hooks'.
+ 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




reply via email to

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