comparison lisp/rfn-eshadow.el @ 66905:e0955732eb23

(file-name-shadow-mode): Set :init-value to t.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 16 Nov 2005 02:25:19 +0000
parents c227619d69d6
children ac0b83264f93
comparison
equal deleted inserted replaced
66904:b39a51cbc6b6 66905:e0955732eb23
206 that portion dim, invisible, or otherwise less visually noticeable. 206 that portion dim, invisible, or otherwise less visually noticeable.
207 207
208 With prefix argument ARG, turn on if positive, otherwise off. 208 With prefix argument ARG, turn on if positive, otherwise off.
209 Returns non-nil if the new state is enabled." 209 Returns 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
214 (add-hook 'minibuffer-setup-hook 'rfn-eshadow-setup-minibuffer) 215 (add-hook 'minibuffer-setup-hook 'rfn-eshadow-setup-minibuffer)
215 ;; Disable the mode 216 ;; Disable the mode