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 5b84fc3e0d1..77a075b716f 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -1134,7 +1134,7 @@ If BACKWARD is non-nil, jump to the previous match." ;;;; User interface commands and the mode -;; (put 'doc-view-mode 'mode-class 'special) +(put 'doc-view-mode 'mode-class 'special) (defun doc-view-already-converted-p () "Return non-nil if the current doc was already converted." |