From: Geoff Voelker Date: Fri, 17 Apr 1998 05:24:27 +0000 (+0000) Subject: (path-separator): Delete variable. X-Git-Tag: emacs-20.3~1456 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0627db9cd2196b7afadcccd80c07d94450184322;p=emacs.git (path-separator): Delete variable. --- 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