Mercurial > emacs
changeset 45748:b082a134b8bc
(make-auto-save-file-name): Rename local `filename' to `file-name'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 11 Jun 2002 19:25:48 +0000 |
parents | 2049fa380cb1 |
children | 8dd957dbfbcc |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Tue Jun 11 15:13:58 2002 +0000 +++ b/lisp/files.el Tue Jun 11 19:25:48 2002 +0000 @@ -3501,7 +3501,7 @@ (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.