From: Richard M. Stallman Date: Thu, 12 Oct 2006 23:00:44 +0000 (+0000) Subject: (file-name-history): Add defvar. X-Git-Tag: emacs-pretest-22.0.90~146 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c471b12bc7cafbee3e57b41edb34ace3aeed211;p=emacs.git (file-name-history): Add defvar. (save-some-buffers-action-alist): Improve description strings. --- diff --git a/lisp/files.el b/lisp/files.el index 556c5e680b7..4b746225f60 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -514,6 +514,9 @@ using \\[toggle-read-only]." :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 @@ This requires the external program `diff' to be in your `exec-path'." (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 @@ This requires the external program `diff' to be in your `exec-path'." (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