[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/buffer.c
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/src/buffer.c |
Date: |
Tue, 03 Jun 2003 09:30:09 -0400 |
Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.425 emacs/src/buffer.c:1.426
*** emacs/src/buffer.c:1.425 Sun Jun 1 20:54:20 2003
--- emacs/src/buffer.c Tue Jun 3 09:30:08 2003
***************
*** 5036,5041 ****
--- 5036,5042 ----
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");