emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107704: Comment.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107704: Comment.
Date: Fri, 30 Mar 2012 09:21:11 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107704
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-03-30 09:21:11 -0700
message:
  Comment.
modified:
  lisp/tutorial.el
=== modified file 'lisp/tutorial.el'
--- a/lisp/tutorial.el  2012-03-30 03:59:52 +0000
+++ b/lisp/tutorial.el  2012-03-30 16:21:11 +0000
@@ -832,6 +832,7 @@
               (insert-file-contents (tutorial--saved-file))
              (let ((enable-local-variables :safe))
                (hack-local-variables))
+              ;; FIXME?  What we actually want is to ignore dir-locals (?).
               (setq buffer-read-only nil) ; bug#11118
               (goto-char (point-min))
               (setq old-tut-point
@@ -850,6 +851,7 @@
           (insert-file-contents (expand-file-name filename tutorial-directory))
          (let ((enable-local-variables :safe))
            (hack-local-variables))
+          ;; FIXME?  What we actually want is to ignore dir-locals (?).
           (setq buffer-read-only nil) ; bug#11118
           (forward-line)
           (setq tutorial--point-before-chkeys (point-marker)))


reply via email to

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