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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Wed, 20 Feb 2002 17:30:39 -0500

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.287 emacs/lisp/subr.el:1.288
*** emacs/lisp/subr.el:1.287    Wed Feb  6 18:05:44 2002
--- emacs/lisp/subr.el  Wed Feb 20 17:30:39 2002
***************
*** 734,740 ****
  
  The optional fourth argument, LOCAL, if non-nil, says to modify
  the hook's buffer-local value rather than its default value.
! This makes the hook buffer-local if needed.
  
  HOOK should be a symbol, and FUNCTION may be any valid function.  If
  HOOK is void, it is first set to nil.  If HOOK's value is a single
--- 734,742 ----
  
  The optional fourth argument, LOCAL, if non-nil, says to modify
  the hook's buffer-local value rather than its default value.
! This makes the hook buffer-local if needed, and it makes t a member
! of the buffer-local value.  That acts as a flag to run the hook
! functions in the default value as well as in the local value.
  
  HOOK should be a symbol, and FUNCTION may be any valid function.  If
  HOOK is void, it is first set to nil.  If HOOK's value is a single



reply via email to

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