From dc1783452e55eb290eb3a31e763f52c9d08c322f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 30 Mar 2012 09:21:11 -0700 Subject: [PATCH] Comment. --- lisp/tutorial.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 3843cece45f..b512700f5b9 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el @@ -832,6 +832,7 @@ Run the Viper tutorial? ")) (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 @@ Run the Viper tutorial? ")) (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))) -- 2.11.4.GIT