diff options
Diffstat (limited to 'lisp/doc-view.el')
-rw-r--r-- | lisp/doc-view.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 1036eca25e4..661b2e56352 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -1272,7 +1272,7 @@ toggle between displaying the document or editing it as text. ;; canonical view mode for PDF/PS/DVI files. This could be ;; switched on automatically depending on the value of ;; `view-read-only'. - (view-mode -1) + (set (make-local-variable 'view-read-only) nil) (run-mode-hooks 'doc-view-mode-hook))) ;;;###autoload |