]> git.eshelyaron.com Git - emacs.git/commitdiff
(path-separator): Delete variable.
authorGeoff Voelker <voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:24:27 +0000 (05:24 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:24:27 +0000 (05:24 +0000)
lisp/files.el

index 9021d8930348a540194732e4bfc3fdae94650c51..ea718410bd37ae6425049abd1cf20ec65c929500 100644 (file)
@@ -373,9 +373,6 @@ with a definition that really does change some file names."
   "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