From: Luc Teirlinck Date: Thu, 17 Nov 2005 05:34:45 +0000 (+0000) Subject: (file-name-shadow-properties, file-name-shadow-tty-properties) X-Git-Tag: emacs-pretest-22.0.90~5823 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1135363e9a6fd149e8f95bfa76421549697a0df0;p=emacs.git (file-name-shadow-properties, file-name-shadow-tty-properties) (file-name-shadow-mode): Remove autoloads, because the file is now preloaded. --- diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el index 64dd588ba04..a9f55ced0e4 100644 --- a/lisp/rfn-eshadow.el +++ b/lisp/rfn-eshadow.el @@ -93,7 +93,6 @@ (symbol :tag "Property") (sexp :tag "Value"))))) -;;;###autoload (defcustom file-name-shadow-properties '(face file-name-shadow field shadow) "Properties given to the `shadowed' part of a filename in the minibuffer. @@ -104,7 +103,6 @@ If Emacs is not running under a window system, :group 'minibuffer :version "22.1") -;;;###autoload (defcustom file-name-shadow-tty-properties '(before-string "{" after-string "} " field shadow) "Properties given to the `shadowed' part of a filename in the minibuffer. @@ -199,7 +197,6 @@ been set up by `rfn-eshadow-setup-minibuffer'." ;; `substitute-in-file-name' can fail on partial input. (error nil))) -;;;###autoload (define-minor-mode file-name-shadow-mode "Toggle File-Name Shadow mode. When active, any part of a filename being read in the minibuffer