(read-file-name-electric-shadow-tty-properties):
Add autoloads.
(symbol :tag "Property")
(sexp :tag "Value")))))
+;;;###autoload
(defcustom read-file-name-electric-shadow-properties
'(face read-file-name-electric-shadow field shadow)
"Properties given to the `shadowed' part of a filename in the minibuffer.
:type read-file-name-electric-shadow-properties-custom-type
:group 'minibuffer)
+;;;###autoload
(defcustom read-file-name-electric-shadow-tty-properties
'(before-string "{" after-string "} " field shadow)
"Properties given to the `shadowed' part of a filename in the minibuffer.
:type read-file-name-electric-shadow-properties-custom-type
:group 'minibuffer)
+;;;###autoload
(defface read-file-name-electric-shadow
'((((background dark))
:foreground "grey50")