Mercurial > emacs
changeset 94323:e8d2086bbf1a
(bug-reference-prog-mode): Define for compiler.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 24 Apr 2008 05:53:44 +0000 |
parents | 7d04264dc66f |
children | 2e9d33460a2e |
files | lisp/progmodes/bug-reference.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/bug-reference.el Thu Apr 24 05:51:31 2008 +0000 +++ b/lisp/progmodes/bug-reference.el Thu Apr 24 05:53:44 2008 +0000 @@ -66,6 +66,8 @@ (when (eq (overlay-get o 'category) 'bug-reference) (delete-overlay o)))) +(defvar bug-reference-prog-mode) + (defun bug-reference-fontify (start end) "Apply bug reference overlays to region." (save-excursion