From: Richard M. Stallman Date: Mon, 14 Jul 2003 16:05:12 +0000 (+0000) Subject: (Killing Buffers): kill-buffer-hook is perm local. X-Git-Tag: ttn-vms-21-2-B4~9334 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61713ba43171187ac3536313c970d52a8c778511;p=emacs.git (Killing Buffers): kill-buffer-hook is perm local. --- diff --git a/lispref/buffers.texi b/lispref/buffers.texi index 201975ace54..8bfbf755a29 100644 --- a/lispref/buffers.texi +++ b/lispref/buffers.texi @@ -938,7 +938,8 @@ ask for confirmation from the user. If any of them returns @code{nil}, This is a normal hook run by @code{kill-buffer} after asking all the questions it is going to ask, just before actually killing the buffer. The buffer to be killed is current when the hook functions run. -@xref{Hooks}. +@xref{Hooks}. This variable is a permanent local, so its local binding +is not cleared by changing major modes. @end defvar @defvar buffer-offer-save