diff options
| -rw-r--r-- | lisp/net/goto-addr.el | 2 |
1 files changed, 2 insertions, 0 deletions
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." | |||
| 157 | (if (overlay-get overlay 'goto-address) | 157 | (if (overlay-get overlay 'goto-address) |
| 158 | (delete-overlay overlay)))) | 158 | (delete-overlay overlay)))) |
| 159 | 159 | ||
| 160 | (defvar goto-address-prog-mode) | ||
| 161 | |||
| 160 | (defun goto-address-fontify () | 162 | (defun goto-address-fontify () |
| 161 | "Fontify the URLs and e-mail addresses in the current buffer. | 163 | "Fontify the URLs and e-mail addresses in the current buffer. |
| 162 | This function implements `goto-address-highlight-p' | 164 | This function implements `goto-address-highlight-p' |