# HG changeset patch # User Glenn Morris # Date 1209017213 0 # Node ID 693b7934455a602c361062d4a2724aca945338bf # Parent 2e9d33460a2ee1f21b188af7e0bf32d50885e2e4 (goto-address-prog-mode): Declare for compiler. diff -r 2e9d33460a2e -r 693b7934455a lisp/net/goto-addr.el --- 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'