From ad21fa0789eef677c123d4b6efcf3e62fa1ccb87 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 17 Apr 1998 01:17:39 +0000 Subject: [PATCH] (help-with-tutorial): Locally bind file and filename. --- lisp/help.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/help.el b/lisp/help.el index 6d2ae57b08d..03824b0e124 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -177,7 +177,8 @@ With arg, you are asked to choose which language." (read-language-name 'tutorial "Language: " "English") (if (get-language-info current-language-environment 'tutorial) current-language-environment - "English")))) + "English"))) + file filename) (setq filename (get-language-info lang 'tutorial)) (setq file (expand-file-name (concat "~/" filename))) (delete-other-windows) -- 2.39.2