aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorKatsumi Yamaoka <[email protected]>2011-12-28 02:40:35 +0000
committerKatsumi Yamaoka <[email protected]>2011-12-28 02:40:35 +0000
commit29a8b279e3a7764e424bc66711d1f79bf75242de (patch)
tree1d340a73532ef4f6136b6730cc9c0e4bb39e2761 /lisp/gnus
parentfbfa898c40875c8bba361de88f31230b816ff801 (diff)
mm-view.el (mm-display-inline-fontify): Add comment.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/ChangeLog7
-rw-r--r--lisp/gnus/mm-view.el1
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index c26c0a0a5b..1fff67074e 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,6 +1,11 @@
+2011-12-28 Katsumi Yamaoka <[email protected]>
+
+ * mm-view.el (mm-display-inline-fontify): Add comment.
+
2011-12-15 Juri Linkov <[email protected]>
- * 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 <[email protected]>
diff --git a/lisp/gnus/mm-view.el b/lisp/gnus/mm-view.el
index 854ca3497d..f14b47e86e 100644
--- a/lisp/gnus/mm-view.el
+++ b/lisp/gnus/mm-view.el
@@ -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))