Variable: hpath:posix-mount-point-to-mswindows-alist
hpath:posix-mount-point-to-mswindows-alist is a variable defined in
hpath.el.
Value
nil
Documentation
Automatically set alist of (posix-mount-point . window-path-prefix) elements.
Used to expand posix mount points to Windows UNC paths during posix-to-mswindows conversion.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
;;;###autoload
(defvar hpath:posix-mount-point-to-mswindows-alist nil
"Automatically set alist of (posix-mount-point . window-path-prefix) elements.
Used to expand posix mount points to Windows UNC paths during
posix-to-mswindows conversion.")