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 | 6850a18a36f3001239964700a1fbb2b61d0760e6 (patch) | |
tree | f03316b55a4f4b353db8c6c65c04a5bf87a7d4e3 | |
parent | aff2edab91df674e3b9c1d59ddef4d7c4f333115 (diff) | |
download | emacs-6850a18a36f3001239964700a1fbb2b61d0760e6.tar.gz |
(file-name-shadow-mode): Undo last change; the file itself is new in 22.1.
-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) |