1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

(goto-address-prog-mode): Declare for compiler.

This commit is contained in:
Glenn Morris 2008-04-24 06:06:53 +00:00
parent d4296db31f
commit 8b026efe10

View file

@ -157,6 +157,8 @@ A value of t means there is no limit--fontify regardless of the size."
(if (overlay-get overlay 'goto-address)
(delete-overlay overlay))))
(defvar goto-address-prog-mode)
(defun goto-address-fontify ()
"Fontify the URLs and e-mail addresses in the current buffer.
This function implements `goto-address-highlight-p'