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:
parent
d4296db31f
commit
8b026efe10
1 changed files with 2 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue