aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-06-11 19:25:48 +0000
committerRichard M. Stallman <[email protected]>2002-06-11 19:25:48 +0000
commit77d18896aac58d7e77b4421971db063b43b58f2d (patch)
tree6b9bc525244b3573c0acf7f5962c672d6a6b1661
parentf74db720249518100fc2c257c0997b211c6ef683 (diff)
(make-auto-save-file-name): Rename local `filename' to `file-name'.
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 02457b23a8..bb712ba87c 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -3501,7 +3501,7 @@ See also `auto-save-file-name-p'."
(let ((buffer-name (buffer-name))
(limit 0)
- filename)
+ file-name)
;; Eliminate all slashes and backslashes by
;; replacing them with sequences that start with %.
;; Quote % also, to keep distinct names distinct.