diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-16 03:44:17 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-16 03:44:17 +0000 |
commit | e6d77df2a654a455be44860bd933b155c07217fe (patch) | |
tree | 2b7b6fa9ccd734a7fec58819c94ab1c181747ba7 /lisp/rfn-eshadow.el | |
parent | 8ab84823107bc5d0ce53c2feedeff4854b5d7bdd (diff) | |
download | emacs-e6d77df2a654a455be44860bd933b155c07217fe.tar.gz |
(file-name-shadow-mode): Set :version to "22.1", because default was changed.
Diffstat (limited to 'lisp/rfn-eshadow.el')
-rw-r--r-- | lisp/rfn-eshadow.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el index 3b0480c9595..84550dd1c1f 100644 --- a/lisp/rfn-eshadow.el +++ b/lisp/rfn-eshadow.el @@ -210,6 +210,7 @@ Returns non-nil if the new state is enabled." :global t :init-value t :group 'minibuffer + :version "22.1" (if file-name-shadow-mode ;; Enable the mode (add-hook 'minibuffer-setup-hook 'rfn-eshadow-setup-minibuffer) |