From: Miles Bader Date: Fri, 5 Oct 2001 13:55:55 +0000 (+0000) Subject: (read-file-name-electric-shadow-properties) X-Git-Tag: ttn-vms-21-2-B4~19709 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=18a90ec7569f2f613767c77313ab9cdd61f00474;p=emacs.git (read-file-name-electric-shadow-properties) (read-file-name-electric-shadow-tty-properties): Add autoloads. --- 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")