[Top][All Lists]
[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))
- [Emacs-diffs] Changes to emacs/lisp/subr.el, (continued)
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Richard M . Stallman, 2005/05/14
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Kim F . Storm, 2005/05/16
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Nick Roberts, 2005/05/16
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Juanma Barranquero, 2005/05/17
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Juanma Barranquero, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Nick Roberts, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Richard M . Stallman, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Juanma Barranquero, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Juanma Barranquero, 2005/05/22
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Lute Kamstra, 2005/05/22
- [Emacs-diffs] Changes to emacs/lisp/subr.el,
Lute Kamstra <=
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Richard M . Stallman, 2005/05/29