comparison lisp/ffap.el @ 16286:a1100d91fc51

(path-separator): Duplicate definition deleted. (ffap-what-domain): Don't define mail-extr-all-top-level-domains here.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Sep 1996 22:11:25 +0000
parents 595d0ac6eff6
children e687d30cbf1a
comparison
equal deleted inserted replaced
16285:0aa65f31f7e4 16286:a1100d91fc51
504 ;; Search actions depending on the major-mode or extensions of the 504 ;; Search actions depending on the major-mode or extensions of the
505 ;; current name. Note all the little defun's could be broken out, at 505 ;; current name. Note all the little defun's could be broken out, at
506 ;; some loss of locality. A good example of featuritis. 506 ;; some loss of locality. A good example of featuritis.
507 507
508 ;; First, some helpers for functions in `ffap-alist': 508 ;; First, some helpers for functions in `ffap-alist':
509
510 (defvar path-separator ":") ; for XEmacs 19.13
511 509
512 (defun ffap-list-env (env &optional empty) 510 (defun ffap-list-env (env &optional empty)
513 ;; Replace this with parse-colon-path (lisp/files.el)? 511 ;; Replace this with parse-colon-path (lisp/files.el)?
514 "Directory list parsed from path envinronment variable ENV. 512 "Directory list parsed from path envinronment variable ENV.
515 Optional EMPTY is default if (getenv ENV) is undefined, and is also 513 Optional EMPTY is default if (getenv ENV) is undefined, and is also