emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el,v
Date: Thu, 12 Oct 2006 23:00:44 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/10/12 23:00:44

Index: files.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/files.el,v
retrieving revision 1.861
retrieving revision 1.862
diff -u -b -r1.861 -r1.862
--- files.el    12 Oct 2006 12:11:33 -0000      1.861
+++ files.el    12 Oct 2006 23:00:44 -0000      1.862
@@ -514,6 +514,9 @@
   :type 'boolean
   :group 'view)
 
+(defvar file-name-history nil
+  "History list of file names entered in the minibuffer.")
+
 (put 'ange-ftp-completion-hook-function 'safe-magic t)
 (defun ange-ftp-completion-hook-function (op &rest args)
   "Provides support for ange-ftp host name completion.
@@ -3730,7 +3733,7 @@
        (recursive-edit)
        ;; Return nil to ask about BUF again.
        nil)
-     "view this file")
+     "view this buffer")
     (?d (lambda (buf)
          (save-window-excursion
            (diff-buffer-with-file buf))
@@ -3738,7 +3741,7 @@
                       (lambda (ignore) (exit-recursive-edit)))
          (recursive-edit)
          nil)
-       "view changes in file"))
+       "view changes in this buffer"))
   "ACTION-ALIST argument used in call to `map-y-or-n-p'.")
 
 (defvar buffer-save-without-query nil




reply via email to

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