Mercurial > emacs
changeset 94325:693b7934455a
(goto-address-prog-mode): Declare for compiler.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 24 Apr 2008 06:06:53 +0000 |
parents | 2e9d33460a2e |
children | c419e1e2f8ee |
files | lisp/net/goto-addr.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/goto-addr.el Thu Apr 24 05:54:10 2008 +0000 +++ b/lisp/net/goto-addr.el Thu Apr 24 06:06:53 2008 +0000 @@ -157,6 +157,8 @@ (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'