diff options
author | Juri Linkov <juri@jurta.org> | 2010-02-06 00:36:20 +0200 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2010-02-06 00:36:20 +0200 |
commit | 0d17c4b9879f92d557151d812e19923f397d51ec (patch) | |
tree | f234ce334bc945f7bad68927dd5d8f4c4c4fd351 /lisp/doc-view.el | |
parent | 8228a275dd54898cc8027a34ba4970014f4af4b0 (diff) | |
download | emacs-0d17c4b9879f92d557151d812e19923f397d51ec.tar.gz |
* doc-view.el (doc-view-mode):
* image-mode.el (image-mode): Put property mode-class=special.
(Bug#4896)
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." |