From 77d18896aac58d7e77b4421971db063b43b58f2d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 11 Jun 2002 19:25:48 +0000 Subject: (make-auto-save-file-name): Rename local `filename' to `file-name'. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') 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. -- cgit v1.2.3