]> git.eshelyaron.com Git - emacs.git/commitdiff
(kill-buffer-if-not-modified): Add an autoload cookie.
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Feb 2008 16:07:47 +0000 (16:07 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Feb 2008 16:07:47 +0000 (16:07 +0000)
lisp/ChangeLog
lisp/view.el

index 729418fa56c0b46c5188cf4f83f93ebc54516029..8027adfce38687bf57c8d2e74c6f66d6000c0f40 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
+
 2008-02-02  Glenn Morris  <rgm@gnu.org>
 
        * international/latin1-disp.el (latin1-display):
index c7a8d3d54c933924ea63ecd76ce701d79c68bd55..f2fdbbe0c592f81d433658eefb1d8a0c3543d6bd 100644 (file)
@@ -247,6 +247,7 @@ This is local in each buffer, once it is used.")
 ;; kill a buffer modified by the user.  A buffer in view mode can
 ;; become modified if the user types C-x C-q, edits the buffer, then
 ;; types C-x C-q again to return to view mode.
+;;;###autoload
 (defun kill-buffer-if-not-modified (buf)
   "Like `kill-buffer', but does nothing if the buffer is modified."
   (let ((buf (get-buffer buf)))