* image-mode.el (image-mode): Put property mode-class=special.
(Bug#4896)
+2010-02-05 Juri Linkov <juri@jurta.org>
+
+ * doc-view.el (doc-view-mode):
+ * image-mode.el (image-mode): Put property mode-class=special.
+ (Bug#4896)
+
2010-02-05 Mark A. Hershberger <mah@everybody.org>
* vc-svn.el (vc-svn-revision-table): New function.
;;;; 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."
(defvar bookmark-make-record-function)
+(put 'image-mode 'mode-class 'special)
+
;;;###autoload
(defun image-mode ()
"Major mode for image files.