aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/tutorial.el')
-rw-r--r--lisp/tutorial.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el
index 12e2dd81059..242d0fe3a32 100644
--- a/lisp/tutorial.el
+++ b/lisp/tutorial.el
@@ -807,7 +807,7 @@ Run the Viper tutorial? "))
807 ;; (Re)build the tutorial buffer if it is not ok 807 ;; (Re)build the tutorial buffer if it is not ok
808 (unless old-tut-is-ok 808 (unless old-tut-is-ok
809 (switch-to-buffer (get-buffer-create tut-buf-name)) 809 (switch-to-buffer (get-buffer-create tut-buf-name))
810 (unless old-tut-buf (text-mode)) 810 ;; (unless old-tut-buf (text-mode))
811 (unless lang (error "Variable lang is nil")) 811 (unless lang (error "Variable lang is nil"))
812 (setq tutorial--lang lang) 812 (setq tutorial--lang lang)
813 (setq old-tut-file (file-exists-p (tutorial--saved-file))) 813 (setq old-tut-file (file-exists-p (tutorial--saved-file)))