(help-with-tutorial): Locally bind file and filename.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Apr 1998 01:17:39 +0000 (01:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Apr 1998 01:17:39 +0000 (01:17 +0000)
lisp/help.el

index 6d2ae57..03824b0 100644 (file)
@@ -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)