]> code.delx.au - gnu-emacs/commitdiff
* tutorial.el (help-with-tutorial): Don't use text mode, since the
authorChong Yidong <cyd@stupidchicken.com>
Tue, 12 May 2009 16:06:07 +0000 (16:06 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 12 May 2009 16:06:07 +0000 (16:06 +0000)
tutorial text assume Fundamental mode.

lisp/ChangeLog
lisp/tutorial.el

index 55f9f16e014696f307e84898b2e40a40a1624b99..2e8ec2b913b131c17343ab0ddc672858cfead534 100644 (file)
@@ -1,3 +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.
+
 2009-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * simple.el (completion-setup-function):
index 12e2dd81059acf179abcc4f7d9c632b5f6860708..242d0fe3a32d891b6eb6fedf1b8de570c4841e10 100644 (file)
@@ -807,7 +807,7 @@ Run the Viper tutorial? "))
       ;; (Re)build the tutorial buffer if it is not ok
       (unless old-tut-is-ok
         (switch-to-buffer (get-buffer-create tut-buf-name))
-        (unless old-tut-buf (text-mode))
+        ;; (unless old-tut-buf (text-mode))
         (unless lang (error "Variable lang is nil"))
         (setq tutorial--lang lang)
         (setq old-tut-file (file-exists-p (tutorial--saved-file)))