From: Glenn Morris Date: Sat, 19 May 2007 04:46:32 +0000 (+0000) Subject: Kevin Ryde X-Git-Tag: emacs-pretest-23.0.90~12642 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68b77b6489e57a7a60a18a407af50042bab31dab;p=emacs.git Kevin Ryde (Info-fontify-node): Fontify https as well as http and ftp. --- diff --git a/lisp/info.el b/lisp/info.el index b9216b903ec..84e8248e029 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -4074,7 +4074,8 @@ the variable `Info-file-list-for-emacs'." ;; Fontify http and ftp references (goto-char (point-min)) (when not-fontified-p - (while (re-search-forward "[hf]t?tp://[^ \t\n\"`({<>})']+" nil t) + (while (re-search-forward "\\(https?\\|ftp\\)://[^ \t\n\"`({<>})']+" + nil t) (add-text-properties (match-beginning 0) (match-end 0) '(font-lock-face info-xref mouse-face highlight