Variable: automount-dir-prefix
automount-dir-prefix is a customizable variable defined in
files.el.gz.
This variable is obsolete since 24.3; use directory-abbrev-alist
instead.
Value
"^/tmp_mnt/"
Documentation
Regexp to match the automounter prefix in a directory name.
Probably introduced at or before Emacs version 24.3.
Source Code
;; Defined in /usr/src/emacs/lisp/files.el.gz
(defcustom automount-dir-prefix (purecopy "^/tmp_mnt/")
"Regexp to match the automounter prefix in a directory name."
:group 'files
:type 'regexp)