]> git.eshelyaron.com Git - emacs.git/commitdiff
(read-file-name-electric-shadow-properties)
authorMiles Bader <miles@gnu.org>
Fri, 5 Oct 2001 13:55:55 +0000 (13:55 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 5 Oct 2001 13:55:55 +0000 (13:55 +0000)
(read-file-name-electric-shadow-tty-properties):
Add autoloads.

lisp/rfn-eshadow.el

index a0effdd70648a1bd77f0aed1c75459da034fba77..bcc5dd7a8d13ac67bd238f9999bb44904f8b7751 100644 (file)
@@ -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")