emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/view.el,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/view.el,v
Date: Sat, 02 Feb 2008 16:07:13 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/02/02 16:07:13

Index: view.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/view.el,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -b -r1.94 -r1.95
--- view.el     27 Jan 2008 22:19:43 -0000      1.94
+++ view.el     2 Feb 2008 16:07:12 -0000       1.95
@@ -247,6 +247,7 @@
 ;; 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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]