mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-23 18:47:57 +00:00
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
@ -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…
Reference in New Issue
Block a user