Mercurial > emacs
changeset 21619:ed3990c73096
(path-separator): Delete variable.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Fri, 17 Apr 1998 05:24:27 +0000 |
parents | 65db9a169ab5 |
children | 611b5f660ee6 |
files | lisp/files.el |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Fri Apr 17 05:24:15 1998 +0000 +++ b/lisp/files.el Fri Apr 17 05:24:27 1998 +0000 @@ -373,9 +373,6 @@ "Value of the CDPATH environment variable, as a list. Not actually set up until the first time you you use it.") -(defvar path-separator ":" - "Character used to separate directories in search paths.") - (defun parse-colon-path (cd-path) "Explode a colon-separated search path into a list of directory names." (and cd-path