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).

View in manual

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'."
  (with-connection-local-variables path-separator))