emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99458: * doc-view.el (doc-view-mode)


From: Juri Linkov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99458: * doc-view.el (doc-view-mode):
Date: Sat, 06 Feb 2010 00:36:20 +0200
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99458
committer: Juri Linkov <address@hidden>
branch nick: trunk
timestamp: Sat 2010-02-06 00:36:20 +0200
message:
  * doc-view.el (doc-view-mode):
  * image-mode.el (image-mode): Put property mode-class=special.
  (Bug#4896)
modified:
  lisp/ChangeLog
  lisp/doc-view.el
  lisp/image-mode.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-02-05 19:20:17 +0000
+++ b/lisp/ChangeLog    2010-02-05 22:36:20 +0000
@@ -1,3 +1,9 @@
+2010-02-05  Juri Linkov  <address@hidden>
+
+       * doc-view.el (doc-view-mode):
+       * image-mode.el (image-mode): Put property mode-class=special.
+       (Bug#4896)
+
 2010-02-05  Mark A. Hershberger  <address@hidden>
 
        * vc-svn.el (vc-svn-revision-table): New function.

=== modified file 'lisp/doc-view.el'
--- a/lisp/doc-view.el  2010-02-05 01:53:40 +0000
+++ b/lisp/doc-view.el  2010-02-05 22:36:20 +0000
@@ -1134,7 +1134,7 @@
 
 ;;;; 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."

=== modified file 'lisp/image-mode.el'
--- a/lisp/image-mode.el        2010-01-13 08:35:10 +0000
+++ b/lisp/image-mode.el        2010-02-05 22:36:20 +0000
@@ -317,6 +317,8 @@
 
 (defvar bookmark-make-record-function)
 
+(put 'image-mode 'mode-class 'special)
+
 ;;;###autoload
 (defun image-mode ()
   "Major mode for image files.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]