Mercurial > emacs
diff src/buffer.c @ 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 | d1641e2dfc5b |
| children | f3dc77591fe2 |
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");
