diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-16 02:25:19 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-16 02:25:19 +0000 |
commit | da80e0daf70355490b9623f7d8f7d3d56182aa8a (patch) | |
tree | 648082b074743c2cbb4866c373b7da6c2b18d484 /lisp/rfn-eshadow.el | |
parent | 08adfdbb4b56787499888b1c6780a85e223f5e07 (diff) | |
download | emacs-da80e0daf70355490b9623f7d8f7d3d56182aa8a.tar.gz |
(file-name-shadow-mode): Set :init-value to t.
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 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. With prefix argument ARG, turn on if positive, otherwise off. Returns non-nil if the new state is enabled." :global t + :init-value t :group 'minibuffer (if file-name-shadow-mode ;; Enable the mode |