changeset 51431:5fc6a7035dd3

(init_buffer_once): Make kill-buffer-hook permanent-local.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 03 Jun 2003 13:30:08 +0000
parents 0e37a5f5cbdb
children 6db55492aca9
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Tue Jun 03 11:24:42 2003 +0000
+++ b/src/buffer.c	Tue Jun 03 13:30:08 2003 +0000
@@ -5036,6 +5036,7 @@
   Qpermanent_local = intern ("permanent-local");
 
   Qkill_buffer_hook = intern ("kill-buffer-hook");
+  Fput (Qkill_buffer_hook, Qpermanent_local, Qt);
 
   Qucs_set_table_for_input = intern ("ucs-set-table-for-input");