# HG changeset patch # User Geoff Voelker # Date 892790667 0 # Node ID ed3990c730969b5a5cd97895405bb04c4b52b9f8 # Parent 65db9a169ab5eec26ebe6931869be573dcd96b04 (path-separator): Delete variable. diff -r 65db9a169ab5 -r ed3990c73096 lisp/files.el --- 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