emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el,v [EMACS_22_BASE]


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el,v [EMACS_22_BASE]
Date: Tue, 22 May 2007 08:23:37 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/05/22 08:23:37

Index: info.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/info.el,v
retrieving revision 1.501.2.1
retrieving revision 1.501.2.2
diff -u -b -r1.501.2.1 -r1.501.2.2
--- info.el     16 May 2007 11:23:32 -0000      1.501.2.1
+++ info.el     22 May 2007 08:23:36 -0000      1.501.2.2
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]