summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2008-01-12 17:17:41 +0000
committerEli Zaretskii <eliz@gnu.org>2008-01-12 17:17:41 +0000
commitdd18f44f3b00001171e7b98b8ca5a8b036e337f2 (patch)
tree68f22c713d15130d0032b3d8dcb8b1cd1a966a3a /lisp/ChangeLog
parent48d93bebd51abdfd8d70c74d3c03bcbc2e3bb036 (diff)
downloademacs-dd18f44f3b00001171e7b98b8ca5a8b036e337f2.tar.gz
(view-file-other-window, view-file-other-frame): Fix last change.
(kill-buffer-if-not-modified): New function. (view-file): Don't kill the buffer if it is modified.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b86777131eb..ef40bc36c9e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,8 @@
* view.el (view-file-other-window, view-file-other-frame): Don't
kill the buffer if it is modified. Doc fixes.
+ (kill-buffer-if-not-modified): New function.
+ (view-file): Don't kill the buffer if it is modified.
* progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete
function.