diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 1f339995a2d..bb6b9fe8e56 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5036,6 +5036,7 @@ init_buffer_once () | |||
| 5036 | Qpermanent_local = intern ("permanent-local"); | 5036 | Qpermanent_local = intern ("permanent-local"); |
| 5037 | 5037 | ||
| 5038 | Qkill_buffer_hook = intern ("kill-buffer-hook"); | 5038 | Qkill_buffer_hook = intern ("kill-buffer-hook"); |
| 5039 | Fput (Qkill_buffer_hook, Qpermanent_local, Qt); | ||
| 5039 | 5040 | ||
| 5040 | Qucs_set_table_for_input = intern ("ucs-set-table-for-input"); | 5041 | Qucs_set_table_for_input = intern ("ucs-set-table-for-input"); |
| 5041 | 5042 | ||