:type 'boolean
:group 'view)
+(defvar file-name-history nil
+ "History list of file names entered in the minibuffer.")
+\f
(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.
(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))
(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