From: Richard M. Stallman Date: Fri, 17 Apr 1998 01:17:39 +0000 (+0000) Subject: (help-with-tutorial): Locally bind file and filename. X-Git-Tag: emacs-20.3~1488 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad21fa0789eef677c123d4b6efcf3e62fa1ccb87;p=emacs.git (help-with-tutorial): Locally bind file and filename. --- 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)