Mercurial > emacs
diff lisp/tutorial.el @ 103214:51502f108f8e
* tutorial.el (help-with-tutorial): Use TUTORIAL.xx for the tutorial
buffer, since that is what the tutorial text assumes.
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Tue, 12 May 2009 16:42:20 +0000 |
| parents | 9dae7d399c7d |
| children | ed7c4b27122a |
line wrap: on
line diff
--- a/lisp/tutorial.el Tue May 12 16:06:07 2009 +0000 +++ b/lisp/tutorial.el Tue May 12 16:42:20 2009 +0000 @@ -773,9 +773,7 @@ current-language-environment "English"))) (filename (get-language-info lang 'tutorial)) - ;; Choose a buffer name including the language so that - ;; several languages can be tested simultaneously: - (tut-buf-name (concat "TUTORIAL (" lang ")")) + (tut-buf-name filename) (old-tut-buf (get-buffer tut-buf-name)) (old-tut-win (when old-tut-buf (get-buffer-window old-tut-buf t))) (old-tut-is-ok (when old-tut-buf
