diff options
| -rw-r--r-- | lisp/files.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 09d020533f5..423bc1eb804 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -516,7 +516,10 @@ using \\[toggle-read-only]." | |||
| 516 | :group 'view) | 516 | :group 'view) |
| 517 | 517 | ||
| 518 | (defvar file-name-history nil | 518 | (defvar file-name-history nil |
| 519 | "History list of file names entered in the minibuffer.") | 519 | "History list of file names entered in the minibuffer. |
| 520 | |||
| 521 | Maximum length of the history list is determined by the value | ||
| 522 | of `history-length', which see.") | ||
| 520 | 523 | ||
| 521 | (put 'ange-ftp-completion-hook-function 'safe-magic t) | 524 | (put 'ange-ftp-completion-hook-function 'safe-magic t) |
| 522 | (defun ange-ftp-completion-hook-function (op &rest args) | 525 | (defun ange-ftp-completion-hook-function (op &rest args) |