aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-11-16 02:25:19 +0000
committerLuc Teirlinck2005-11-16 02:25:19 +0000
commitda80e0daf70355490b9623f7d8f7d3d56182aa8a (patch)
tree648082b074743c2cbb4866c373b7da6c2b18d484
parent08adfdbb4b56787499888b1c6780a85e223f5e07 (diff)
downloademacs-da80e0daf70355490b9623f7d8f7d3d56182aa8a.tar.gz
emacs-da80e0daf70355490b9623f7d8f7d3d56182aa8a.zip
(file-name-shadow-mode): Set :init-value to t.
-rw-r--r--lisp/rfn-eshadow.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el
index d82dd6cba15..3b0480c9595 100644
--- a/lisp/rfn-eshadow.el
+++ b/lisp/rfn-eshadow.el
@@ -208,6 +208,7 @@ that portion dim, invisible, or otherwise less visually noticeable.
208With prefix argument ARG, turn on if positive, otherwise off. 208With prefix argument ARG, turn on if positive, otherwise off.
209Returns non-nil if the new state is enabled." 209Returns non-nil if the new state is enabled."
210 :global t 210 :global t
211 :init-value t
211 :group 'minibuffer 212 :group 'minibuffer
212 (if file-name-shadow-mode 213 (if file-name-shadow-mode
213 ;; Enable the mode 214 ;; Enable the mode