diff options
| author | Glenn Morris | 2012-03-30 09:21:11 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-03-30 09:21:11 -0700 |
| commit | dc1783452e55eb290eb3a31e763f52c9d08c322f (patch) | |
| tree | bf2d8c92768b4b2d47f63ef95a4033b697ba487e /lisp/tutorial.el | |
| parent | f12242679ad7c01b312e088991d87a4384b6efcf (diff) | |
| download | emacs-dc1783452e55eb290eb3a31e763f52c9d08c322f.tar.gz emacs-dc1783452e55eb290eb3a31e763f52c9d08c322f.zip | |
Comment.
Diffstat (limited to 'lisp/tutorial.el')
| -rw-r--r-- | lisp/tutorial.el | 2 |
1 files changed, 2 insertions, 0 deletions
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? ")) | |||
| 832 | (insert-file-contents (tutorial--saved-file)) | 832 | (insert-file-contents (tutorial--saved-file)) |
| 833 | (let ((enable-local-variables :safe)) | 833 | (let ((enable-local-variables :safe)) |
| 834 | (hack-local-variables)) | 834 | (hack-local-variables)) |
| 835 | ;; FIXME? What we actually want is to ignore dir-locals (?). | ||
| 835 | (setq buffer-read-only nil) ; bug#11118 | 836 | (setq buffer-read-only nil) ; bug#11118 |
| 836 | (goto-char (point-min)) | 837 | (goto-char (point-min)) |
| 837 | (setq old-tut-point | 838 | (setq old-tut-point |
| @@ -850,6 +851,7 @@ Run the Viper tutorial? ")) | |||
| 850 | (insert-file-contents (expand-file-name filename tutorial-directory)) | 851 | (insert-file-contents (expand-file-name filename tutorial-directory)) |
| 851 | (let ((enable-local-variables :safe)) | 852 | (let ((enable-local-variables :safe)) |
| 852 | (hack-local-variables)) | 853 | (hack-local-variables)) |
| 854 | ;; FIXME? What we actually want is to ignore dir-locals (?). | ||
| 853 | (setq buffer-read-only nil) ; bug#11118 | 855 | (setq buffer-read-only nil) ; bug#11118 |
| 854 | (forward-line) | 856 | (forward-line) |
| 855 | (setq tutorial--point-before-chkeys (point-marker))) | 857 | (setq tutorial--point-before-chkeys (point-marker))) |