Mercurial > emacs
changeset 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 | bbd292613696 |
files | lisp/ChangeLog lisp/tutorial.el |
diffstat | 2 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <cyd@stupidchicken.com> * 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 <monnier@iro.umontreal.ca>
--- 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