diff options
| author | Luc Teirlinck | 2005-11-17 05:34:45 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-11-17 05:34:45 +0000 |
| commit | 1135363e9a6fd149e8f95bfa76421549697a0df0 (patch) | |
| tree | 512a109462065ecb5e84195460e0d197e80f459f | |
| parent | 4bbd5b691481e14b657afba4eb41abd49d4c5ca4 (diff) | |
| download | emacs-1135363e9a6fd149e8f95bfa76421549697a0df0.tar.gz emacs-1135363e9a6fd149e8f95bfa76421549697a0df0.zip | |
(file-name-shadow-properties, file-name-shadow-tty-properties)
(file-name-shadow-mode): Remove autoloads, because the file is now preloaded.
| -rw-r--r-- | lisp/rfn-eshadow.el | 3 |
1 files changed, 0 insertions, 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 @@ | |||
| 93 | (symbol :tag "Property") | 93 | (symbol :tag "Property") |
| 94 | (sexp :tag "Value"))))) | 94 | (sexp :tag "Value"))))) |
| 95 | 95 | ||
| 96 | ;;;###autoload | ||
| 97 | (defcustom file-name-shadow-properties | 96 | (defcustom file-name-shadow-properties |
| 98 | '(face file-name-shadow field shadow) | 97 | '(face file-name-shadow field shadow) |
| 99 | "Properties given to the `shadowed' part of a filename in the minibuffer. | 98 | "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, | |||
| 104 | :group 'minibuffer | 103 | :group 'minibuffer |
| 105 | :version "22.1") | 104 | :version "22.1") |
| 106 | 105 | ||
| 107 | ;;;###autoload | ||
| 108 | (defcustom file-name-shadow-tty-properties | 106 | (defcustom file-name-shadow-tty-properties |
| 109 | '(before-string "{" after-string "} " field shadow) | 107 | '(before-string "{" after-string "} " field shadow) |
| 110 | "Properties given to the `shadowed' part of a filename in the minibuffer. | 108 | "Properties given to the `shadowed' part of a filename in the minibuffer. |
| @@ -199,7 +197,6 @@ been set up by `rfn-eshadow-setup-minibuffer'." | |||
| 199 | ;; `substitute-in-file-name' can fail on partial input. | 197 | ;; `substitute-in-file-name' can fail on partial input. |
| 200 | (error nil))) | 198 | (error nil))) |
| 201 | 199 | ||
| 202 | ;;;###autoload | ||
| 203 | (define-minor-mode file-name-shadow-mode | 200 | (define-minor-mode file-name-shadow-mode |
| 204 | "Toggle File-Name Shadow mode. | 201 | "Toggle File-Name Shadow mode. |
| 205 | When active, any part of a filename being read in the minibuffer | 202 | When active, any part of a filename being read in the minibuffer |