From: Glenn Morris Date: Thu, 24 Apr 2008 06:06:53 +0000 (+0000) Subject: (goto-address-prog-mode): Declare for compiler. X-Git-Tag: emacs-pretest-23.0.90~6067 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8b026efe106f29ccaa539cba0a1ac5d2b9d74cf1;p=emacs.git (goto-address-prog-mode): Declare for compiler. --- diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el index 8c2c3a22966..b082c1496d4 100644 --- a/lisp/net/goto-addr.el +++ b/lisp/net/goto-addr.el @@ -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'