[gnus git] branch master updated: n0-17-391-gb300eca =1= (font-lock-mode-hook): Shut up byte compiler.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via b300eca64bd52964d02082b5abe2ba0e8d2c3c31 (commit)
from b895e61e03ce75a286e8c9d2325fcbf2266d5125 (commit)
- Log -----------------------------------------------------------------
commit b300eca64bd52964d02082b5abe2ba0e8d2c3c31
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Nov 21 21:00:41 2011 +0100
(font-lock-mode-hook): Shut up byte compiler.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 413edc2..e18789e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,7 @@
* mm-view.el (mm-display-inline-fontify): Make the font-lock variables
buffer-local instead of binding them to avoid warnings. Also demote
errors (bug#10063).
+ (font-lock-mode-hook): Shut up byte compiler.
2011-11-20 Juanma Barranquero <[email protected]>
diff --git a/lisp/mm-view.el b/lisp/mm-view.el
index 338aa10..854ca34 100644
--- a/lisp/mm-view.el
+++ b/lisp/mm-view.el
@@ -566,6 +566,8 @@
(face-property 'default prop) (current-buffer))))
(delete-region ,(point-min-marker) ,(point-max-marker)))))))))
+;; Shut up byte-compiler.
+(defvar font-lock-mode-hook)
(defun mm-display-inline-fontify (handle &optional mode)
"Insert HANDLE inline fontifying with MODE.
If MODE is not set, try to find mode automatically."
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 1 +
lisp/mm-view.el | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project