Function: path-separator
path-separator is an autoloaded and byte-compiled function defined in
files-x.el.gz.
Signature
(path-separator)
Documentation
The connection-local value of path-separator(var)/path-separator(fun).
Probably introduced at or before Emacs version 19.29.
Source Code
;; Defined in /usr/src/emacs/lisp/files-x.el.gz
;;;###autoload
(defun path-separator ()
"The connection-local value of `path-separator'."
(connection-local-value path-separator))