Mercurial > emacs
diff lisp/tutorial.el @ 103213:9dae7d399c7d
* tutorial.el (help-with-tutorial): Don't use text mode, since the
tutorial text assume Fundamental mode.
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Tue, 12 May 2009 16:06:07 +0000 |
| parents | a9dc0e7c3f2b |
| children | 51502f108f8e |
line wrap: on
line diff
--- a/lisp/tutorial.el Tue May 12 15:27:57 2009 +0000 +++ b/lisp/tutorial.el Tue May 12 16:06:07 2009 +0000 @@ -807,7 +807,7 @@ ;; (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)))
