+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):
;; 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)))