diff options
| author | Martin Rudalics | 2011-11-01 17:21:41 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2011-11-01 17:21:41 +0100 |
| commit | 4ee88440781304fc7003d51e363c3e3a5cc2e8fd (patch) | |
| tree | 208d9e9e7f71484f03cc0dfa2ed981b94540eab3 /lisp/ChangeLog | |
| parent | 37dcccdd20fb23eaf947fd51787da84f6f18e425 (diff) | |
| download | emacs-4ee88440781304fc7003d51e363c3e3a5cc2e8fd.tar.gz emacs-4ee88440781304fc7003d51e363c3e3a5cc2e8fd.zip | |
Remove unused variable temp-buffer-show-specifiers.
* window.c (temp_output_buffer_show): Don't use
Vtemp_buffer_show_specifiers.
(Vtemp_buffer_show_specifiers): Remove unused variable.
* help.el (with-help-window): Don't reference
temp-buffer-show-specifiers in doc-string.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97ae0232d55..7be6e030593 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-11-01 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * help.el (with-help-window): Don't reference | ||
| 4 | temp-buffer-show-specifiers in doc-string. | ||
| 5 | |||
| 1 | 2011-10-31 Andreas Schwab <schwab@linux-m68k.org> | 6 | 2011-10-31 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 7 | ||
| 3 | * subr.el (keymap--menu-item-with-binding): Ignore item if not a | 8 | * subr.el (keymap--menu-item-with-binding): Ignore item if not a |