From: Richard M. Stallman Date: Tue, 11 Jun 2002 19:25:48 +0000 (+0000) Subject: (make-auto-save-file-name): Rename local `filename' to `file-name'. X-Git-Tag: ttn-vms-21-2-B4~14675 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77d18896aac58d7e77b4421971db063b43b58f2d;p=emacs.git (make-auto-save-file-name): Rename local `filename' to `file-name'. --- 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'." (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.