From 0d17c4b9879f92d557151d812e19923f397d51ec Mon Sep 17 00:00:00 2001 From: Juri Linkov <juri@jurta.org> Date: Sat, 6 Feb 2010 00:36:20 +0200 Subject: * doc-view.el (doc-view-mode): * image-mode.el (image-mode): Put property mode-class=special. (Bug#4896) --- lisp/doc-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/doc-view.el') 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." -- cgit v1.2.1