1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

(make-auto-save-file-name): Rename local filename' to file-name'.

This commit is contained in:
Richard M. Stallman 2002-06-11 19:25:48 +00:00
parent f74db72024
commit 77d18896aa

View 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.