aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Voelker1998-04-17 05:24:27 +0000
committerGeoff Voelker1998-04-17 05:24:27 +0000
commit0627db9cd2196b7afadcccd80c07d94450184322 (patch)
treebfe2add76f2cd90c23dea657b7c0c77a5453b039
parentd976a95d4b2576722bf77a0394c0d9d4ed8c19ce (diff)
downloademacs-0627db9cd2196b7afadcccd80c07d94450184322.tar.gz
emacs-0627db9cd2196b7afadcccd80c07d94450184322.zip
(path-separator): Delete variable.
-rw-r--r--lisp/files.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 9021d893034..ea718410bd3 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -373,9 +373,6 @@ with a definition that really does change some file names."
373 "Value of the CDPATH environment variable, as a list. 373 "Value of the CDPATH environment variable, as a list.
374Not actually set up until the first time you you use it.") 374Not actually set up until the first time you you use it.")
375 375
376(defvar path-separator ":"
377 "Character used to separate directories in search paths.")
378
379(defun parse-colon-path (cd-path) 376(defun parse-colon-path (cd-path)
380 "Explode a colon-separated search path into a list of directory names." 377 "Explode a colon-separated search path into a list of directory names."
381 (and cd-path 378 (and cd-path