emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog tutorial.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp ChangeLog tutorial.el
Date: Tue, 12 May 2009 16:06:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/05/12 16:06:10

Modified files:
        lisp           : ChangeLog tutorial.el 

Log message:
        * tutorial.el (help-with-tutorial): Don't use text mode, since the
        tutorial text assume Fundamental mode.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15636&r2=1.15637
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/tutorial.el?cvsroot=emacs&r1=1.31&r2=1.32

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15636
retrieving revision 1.15637
diff -u -b -r1.15636 -r1.15637
--- ChangeLog   11 May 2009 15:35:44 -0000      1.15636
+++ ChangeLog   12 May 2009 16:06:07 -0000      1.15637
@@ -1,3 +1,8 @@
+2009-05-12  Chong Yidong  <address@hidden>
+
+       * tutorial.el (help-with-tutorial): Don't use text mode, since the
+       tutorial text assume Fundamental mode.
+
 2009-05-11  Stefan Monnier  <address@hidden>
 
        * simple.el (completion-setup-function):

Index: tutorial.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/tutorial.el,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- tutorial.el 5 Jan 2009 03:19:50 -0000       1.31
+++ tutorial.el 12 May 2009 16:06:10 -0000      1.32
@@ -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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]