diff options
author | Miles Bader <miles@gnu.org> | 2001-10-05 13:55:55 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2001-10-05 13:55:55 +0000 |
commit | 18a90ec7569f2f613767c77313ab9cdd61f00474 (patch) | |
tree | a53321ed0f4b47a123c1b9046a66cfff48a16ccb /lisp/rfn-eshadow.el | |
parent | 519f7ff698b11dfe050aa9f7d844c47acac1e1f6 (diff) | |
download | emacs-18a90ec7569f2f613767c77313ab9cdd61f00474.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.el | 3 |
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") |