From 1135363e9a6fd149e8f95bfa76421549697a0df0 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Thu, 17 Nov 2005 05:34:45 +0000 Subject: [PATCH] (file-name-shadow-properties, file-name-shadow-tty-properties) (file-name-shadow-mode): Remove autoloads, because the file is now preloaded. --- lisp/rfn-eshadow.el | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.5