]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-auto-save-file-name): Rename local `filename' to `file-name'.
authorRichard M. Stallman <rms@gnu.org>
Tue, 11 Jun 2002 19:25:48 +0000 (19:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 11 Jun 2002 19:25:48 +0000 (19:25 +0000)
lisp/files.el

index 02457b23a8cd0130bd9a7166cada53cb2a45a05f..bb712ba87cb1c031eddb8626fbbba60fa2e19472 100644 (file)
@@ -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.