diff lisp/files.el @ 21619:ed3990c73096

(path-separator): Delete variable.
author Geoff Voelker <voelker@cs.washington.edu>
date Fri, 17 Apr 1998 05:24:27 +0000
parents f9043d661283
children c718d675ee93
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