]> git.eshelyaron.com Git - emacs.git/commitdiff
mm-view.el (mm-display-inline-fontify): Add comment.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 28 Dec 2011 02:40:35 +0000 (02:40 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 28 Dec 2011 02:40:35 +0000 (02:40 +0000)
lisp/gnus/ChangeLog
lisp/gnus/mm-view.el

index c26c0a0a5b161c5f2ab9c9586e631802f4fd4f6c..1fff67074e704052fc6a973e297fd4a96a882826 100644 (file)
@@ -1,6 +1,11 @@
+2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-view.el (mm-display-inline-fontify): Add comment.
+
 2011-12-15  Juri Linkov  <juri@jurta.org>
 
-       * mm-decode.el (mm-inline-media-tests): Add missing `mm-handle-media-subtype'.
+       * mm-decode.el (mm-inline-media-tests): Add missing
+       `mm-handle-media-subtype'.
 
 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
 
index 854ca3497dafa86ec892e7c33d090355c73825d1..f14b47e86e497d09e082dd88eb41bce44d6bccbf 100644 (file)
@@ -602,6 +602,7 @@ If MODE is not set, try to find mode automatically."
       ;; I find font-lock a bit too verbose.
       (let ((font-lock-verbose nil))
        ;; Disable support modes, e.g., jit-lock, lazy-lock, etc.
+       ;; Note: XEmacs people use `font-lock-mode-hook' to run those modes.
        (set (make-local-variable 'font-lock-mode-hook) nil)
        (set (make-local-variable 'font-lock-support-mode) nil)
         (setq buffer-file-name (mm-handle-filename handle))