diff options
| author | Richard M. Stallman | 2002-06-11 19:25:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-06-11 19:25:48 +0000 |
| commit | 77d18896aac58d7e77b4421971db063b43b58f2d (patch) | |
| tree | 6b9bc525244b3573c0acf7f5962c672d6a6b1661 | |
| parent | f74db720249518100fc2c257c0997b211c6ef683 (diff) | |
| download | emacs-77d18896aac58d7e77b4421971db063b43b58f2d.tar.gz emacs-77d18896aac58d7e77b4421971db063b43b58f2d.zip | |
(make-auto-save-file-name): Rename local `filename' to `file-name'.
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 02457b23a8c..bb712ba87cb 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -3501,7 +3501,7 @@ See also `auto-save-file-name-p'." | |||
| 3501 | 3501 | ||
| 3502 | (let ((buffer-name (buffer-name)) | 3502 | (let ((buffer-name (buffer-name)) |
| 3503 | (limit 0) | 3503 | (limit 0) |
| 3504 | filename) | 3504 | file-name) |
| 3505 | ;; Eliminate all slashes and backslashes by | 3505 | ;; Eliminate all slashes and backslashes by |
| 3506 | ;; replacing them with sequences that start with %. | 3506 | ;; replacing them with sequences that start with %. |
| 3507 | ;; Quote % also, to keep distinct names distinct. | 3507 | ;; Quote % also, to keep distinct names distinct. |