# HG changeset patch # User Richard M. Stallman # Date 1179822216 0 # Node ID 677c6dd06818c2d4ee4af9c5ff4e00264d3928c9 # Parent 7af39c439adfad916397fe9e21ce687fde8dc566 (Info-fontify-node): Match https also. diff -r 7af39c439adf -r 677c6dd06818 lisp/info.el --- a/lisp/info.el Tue May 22 08:22:57 2007 +0000 +++ b/lisp/info.el Tue May 22 08:23:36 2007 +0000 @@ -4074,7 +4074,7 @@ ;; 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