buffer, since that is what the tutorial text assumes.
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>
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