# HG changeset patch # User Chong Yidong # Date 1242146540 0 # Node ID 51502f108f8edf93dbd8253f37bf2d444c2ae667 # Parent 9dae7d399c7defb4f7e8f5bad052688735a5bdb0 * tutorial.el (help-with-tutorial): Use TUTORIAL.xx for the tutorial buffer, since that is what the tutorial text assumes. diff -r 9dae7d399c7d -r 51502f108f8e lisp/ChangeLog --- a/lisp/ChangeLog Tue May 12 16:06:07 2009 +0000 +++ b/lisp/ChangeLog Tue May 12 16:42:20 2009 +0000 @@ -1,7 +1,8 @@ 2009-05-12 Chong Yidong * tutorial.el (help-with-tutorial): Don't use text mode, since the - tutorial text assume Fundamental mode. + tutorial text assume Fundamental mode. Use TUTORIAL.xx for the + tutorial buffer, since that is what the tutorial text assumes. 2009-05-11 Stefan Monnier diff -r 9dae7d399c7d -r 51502f108f8e lisp/tutorial.el --- 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