diff options
| author | Chong Yidong | 2012-08-05 15:45:12 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-08-05 15:45:12 +0800 |
| commit | e5d9c0d111daaff5d1a6ca26ebde4f926da5e410 (patch) | |
| tree | 65465ddeb2c2e7e1d025520eefa91722fd411114 /src/ChangeLog | |
| parent | a4f2deaaeba642460b7a0899aa61f7d68e1c69f2 (diff) | |
| download | emacs-e5d9c0d111daaff5d1a6ca26ebde4f926da5e410.tar.gz emacs-e5d9c0d111daaff5d1a6ca26ebde4f926da5e410.zip | |
Docfix for kill-buffer-hook and others.
* lisp/files.el (kill-buffer-hook): Provide a defvar.
* src/term.c (Vsuspend_tty_functions, Vresume_tty_functions):
* src/frame.c (Vdelete_frame_functions):
* src/emacs.c (Vkill_emacs_hook): Doc fix.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4b60dd07e73..8d13944b633 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-08-05 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * term.c (Vsuspend_tty_functions, Vresume_tty_functions): | ||
| 4 | * frame.c (Vdelete_frame_functions): | ||
| 5 | * emacs.c (Vkill_emacs_hook): Doc fix. | ||
| 6 | |||
| 1 | 2012-08-04 Eli Zaretskii <eliz@gnu.org> | 7 | 2012-08-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * xfns.c (x_set_menu_bar_lines): Fix compilation error in | 9 | * xfns.c (x_set_menu_bar_lines): Fix compilation error in |