diff options
| author | Andreas Schwab | 2009-11-01 09:47:58 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2009-11-01 09:47:58 +0000 |
| commit | 97ab3f47a69488b4c31a000b645db0620361dae0 (patch) | |
| tree | 5286e575dcdec933e22242f17ba1d4816d4ab5a2 /lisp/ChangeLog | |
| parent | 673c1168a07b3c26b0d7e01e049f7226fcc91b00 (diff) | |
| download | emacs-97ab3f47a69488b4c31a000b645db0620361dae0.tar.gz emacs-97ab3f47a69488b4c31a000b645db0620361dae0.zip | |
(view-mode-exit): If OLD-BUF is dead bury the buffer
instead of deleting the window or frame.
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 c250b2ddef4..feab754d2a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-11-01 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer | ||
| 4 | instead of deleting the window or frame. | ||
| 5 | |||
| 1 | 2009-10-31 Chong Yidong <cyd@stupidchicken.com> | 6 | 2009-10-31 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function): | 8 | * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function): |