emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106738: mm-view.el (mm-display-inlin


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106738: mm-view.el (mm-display-inline-fontify): Add comment.
Date: Wed, 28 Dec 2011 02:40:35 +0000
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106738
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Wed 2011-12-28 02:40:35 +0000
message:
  mm-view.el (mm-display-inline-fontify): Add comment.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/mm-view.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2011-12-19 06:21:24 +0000
+++ b/lisp/gnus/ChangeLog       2011-12-28 02:40:35 +0000
@@ -1,6 +1,11 @@
+2011-12-28  Katsumi Yamaoka  <address@hidden>
+
+       * mm-view.el (mm-display-inline-fontify): Add comment.
+
 2011-12-15  Juri Linkov  <address@hidden>
 
-       * 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  <address@hidden>
 

=== modified file 'lisp/gnus/mm-view.el'
--- a/lisp/gnus/mm-view.el      2011-11-21 22:08:36 +0000
+++ b/lisp/gnus/mm-view.el      2011-12-28 02:40:35 +0000
@@ -602,6 +602,7 @@
       ;; 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))


reply via email to

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