]> git.eshelyaron.com Git - emacs.git/commitdiff
* tutorial.el (help-with-tutorial): Use TUTORIAL.xx for the tutorial
authorChong Yidong <cyd@stupidchicken.com>
Tue, 12 May 2009 16:42:20 +0000 (16:42 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 12 May 2009 16:42:20 +0000 (16:42 +0000)
buffer, since that is what the tutorial text assumes.

lisp/ChangeLog
lisp/tutorial.el

index 2e8ec2b913b131c17343ab0ddc672858cfead534..3cf1f41ececc11c3985c7b9832a7f408582711e2 100644 (file)
@@ -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>
 
index 242d0fe3a32d891b6eb6fedf1b8de570c4841e10..7df71e02af8594cd65061937bfb1d09dd8bfaa0d 100644 (file)
@@ -773,9 +773,7 @@ Run the Viper tutorial? "))
                        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