forked from Github/emacs
Comment.
This commit is contained in:
parent
f12242679a
commit
dc1783452e
1 changed files with 2 additions and 0 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue