aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-02-12 17:23:43 +1100
committerLars Ingebrigtsen2016-02-12 17:23:43 +1100
commitb731dcde62afe28b03d4bf9cd2ca27693b82610a (patch)
tree9e4b18749cbf6ddefc629c9ba8a11317d005f59e
parent93c3363523be0df353ddd9653494bec8dc57fd8c (diff)
downloademacs-b731dcde62afe28b03d4bf9cd2ca27693b82610a.tar.gz
emacs-b731dcde62afe28b03d4bf9cd2ca27693b82610a.zip
Silence compilation warning in mm-view
* lisp/gnus/mm-view.el (mm-display-inline-fontify): Silence compilation warning.
-rw-r--r--lisp/gnus/mm-view.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/gnus/mm-view.el b/lisp/gnus/mm-view.el
index ba77410a593..518b7403f96 100644
--- a/lisp/gnus/mm-view.el
+++ b/lisp/gnus/mm-view.el
@@ -497,9 +497,7 @@ If MODE is not set, try to find mode automatically."
497 ;; Do not fontify if the guess mode is fundamental. 497 ;; Do not fontify if the guess mode is fundamental.
498 (unless (or font-lock-mode 498 (unless (or font-lock-mode
499 (eq major-mode 'fundamental-mode)) 499 (eq major-mode 'fundamental-mode))
500 (if (fboundp 'font-lock-ensure) 500 (font-lock-ensure))))
501 (font-lock-ensure)
502 (font-lock-fontify-buffer)))))
503 (setq text (buffer-string)) 501 (setq text (buffer-string))
504 ;; Set buffer unmodified to avoid confirmation when killing the 502 ;; Set buffer unmodified to avoid confirmation when killing the
505 ;; buffer. 503 ;; buffer.