From 0627db9cd2196b7afadcccd80c07d94450184322 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Fri, 17 Apr 1998 05:24:27 +0000 Subject: [PATCH] (path-separator): Delete variable. --- lisp/files.el | 3 --- 1 file changed, 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." "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 -- 2.39.2