Mercurial > emacs
changeset 39610:630b24783d8b
(read-file-name-electric-shadow-properties)
(read-file-name-electric-shadow-tty-properties):
Add autoloads.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 05 Oct 2001 13:55:55 +0000 |
parents | 7e1a51c77ac6 |
children | c0a3d55aa5d8 |
files | lisp/rfn-eshadow.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/rfn-eshadow.el Fri Oct 05 13:29:25 2001 +0000 +++ b/lisp/rfn-eshadow.el Fri Oct 05 13:55:55 2001 +0000 @@ -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 @@ :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 @@ :type read-file-name-electric-shadow-properties-custom-type :group 'minibuffer) +;;;###autoload (defface read-file-name-electric-shadow '((((background dark)) :foreground "grey50")