diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-16 03:48:45 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-16 03:48:45 +0000 |
commit | cdc81c7abe08a8283c39968ddf1f77fdd5524f1e (patch) | |
tree | ecca9282b28cc941be7423afd47a7f724dd381bc /lisp/rfn-eshadow.el | |
parent | e6d77df2a654a455be44860bd933b155c07217fe (diff) | |
download | emacs-cdc81c7abe08a8283c39968ddf1f77fdd5524f1e.tar.gz |
(file-name-shadow-mode): Undo last change; the file itself is new in 22.1.
Diffstat (limited to 'lisp/rfn-eshadow.el')
-rw-r--r-- | lisp/rfn-eshadow.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el index 84550dd1c1f..3b0480c9595 100644 --- a/lisp/rfn-eshadow.el +++ b/lisp/rfn-eshadow.el @@ -210,7 +210,6 @@ 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) |