2004-05-13 John Wiegley <johnw@newartisans.com>
* iswitchb.el (iswitchb-use-virtual-buffers): Only turn on `recentf-mode' if this variable has been customized to t.
This commit is contained in:
parent
855448dc19
commit
533b22e2e2
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ enabled if this variable is configured to a non-nil value."
|
|||
:require 'recentf
|
||||
:set (function
|
||||
(lambda (sym value)
|
||||
(recentf-mode value)
|
||||
(if value (recentf-mode 1))
|
||||
(set sym value)))
|
||||
:group 'iswitchb)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue