(help-with-tutorial): Locally bind file and filename.

This commit is contained in:
Richard M. Stallman 1998-04-17 01:17:39 +00:00
parent 89ec7f07d1
commit ad21fa0789

View 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)