(help-with-tutorial): Locally bind file and filename.
This commit is contained in:
parent
89ec7f07d1
commit
ad21fa0789
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue