Show
Ignore:
Timestamp:
06/02/07 09:29:41 (1 year ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/info.el

    r4204 r4210  
    289289(defvar Info-current-subfile nil 
    290290  "Info subfile that is actually in the *info* buffer now. 
    291 nil if current Info file is not split into subfiles.") 
     291It is nil if current Info file is not split into subfiles.") 
    292292 
    293293(defvar Info-current-node nil 
     
    40754075      (goto-char (point-min)) 
    40764076      (when not-fontified-p 
    4077         (while (re-search-forward "[hf]t?tp://[^ \t\n\"`({<>})']+" nil t) 
     4077        (while (re-search-forward "\\(https?\\|ftp\\)://[^ \t\n\"`({<>})']+" nil t) 
    40784078          (add-text-properties (match-beginning 0) (match-end 0) 
    40794079                               '(font-lock-face info-xref