summaryrefslogtreecommitdiff
path: root/lisp/rfn-eshadow.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2001-10-05 13:55:55 +0000
committerMiles Bader <miles@gnu.org>2001-10-05 13:55:55 +0000
commit21762b84e650b1c56bed2628e3b8244dea0d18c4 (patch)
tree8639ae473ffca4539d1d67854aa18d52035b7995 /lisp/rfn-eshadow.el
parentd4fcc56db77900c53e19cc97cd85dde2e88b0eb9 (diff)
downloademacs-21762b84e650b1c56bed2628e3b8244dea0d18c4.tar.gz
(read-file-name-electric-shadow-properties)
(read-file-name-electric-shadow-tty-properties): Add autoloads.
Diffstat (limited to 'lisp/rfn-eshadow.el')
-rw-r--r--lisp/rfn-eshadow.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el
index a0effdd7064..bcc5dd7a8d1 100644
--- a/lisp/rfn-eshadow.el
+++ b/lisp/rfn-eshadow.el
@@ -92,6 +92,7 @@
(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.
@@ -101,6 +102,7 @@ If emacs is not running under a window system,
: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.
@@ -110,6 +112,7 @@ system, `read-file-name-electric-shadow-properties' is used instead."
:type read-file-name-electric-shadow-properties-custom-type
:group 'minibuffer)
+;;;###autoload
(defface read-file-name-electric-shadow
'((((background dark))
:foreground "grey50")