diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-12-28 02:40:35 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-12-28 02:40:35 +0000 |
commit | 29a8b279e3a7764e424bc66711d1f79bf75242de (patch) | |
tree | 1d340a73532ef4f6136b6730cc9c0e4bb39e2761 /lisp/gnus | |
parent | fbfa898c40875c8bba361de88f31230b816ff801 (diff) | |
download | emacs-29a8b279e3a7764e424bc66711d1f79bf75242de.tar.gz |
mm-view.el (mm-display-inline-fontify): Add comment.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/ChangeLog | 7 | ||||
-rw-r--r-- | lisp/gnus/mm-view.el | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index c26c0a0a5b1..1fff67074e7 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -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> diff --git a/lisp/gnus/mm-view.el b/lisp/gnus/mm-view.el index 854ca3497da..f14b47e86e4 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)) |