Changeset 4210 for trunk/lisp/info.el
- Timestamp:
- 06/02/07 09:29:41 (1 year ago)
- Files:
-
- trunk/lisp/info.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/info.el
r4204 r4210 289 289 (defvar Info-current-subfile nil 290 290 "Info subfile that is actually in the *info* buffer now. 291 nil if current Info file is not split into subfiles.")291 It is nil if current Info file is not split into subfiles.") 292 292 293 293 (defvar Info-current-node nil … … 4075 4075 (goto-char (point-min)) 4076 4076 (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) 4078 4078 (add-text-properties (match-beginning 0) (match-end 0) 4079 4079 '(font-lock-face info-xref
