# HG changeset patch # User John Wiegley # Date 1084496530 0 # Node ID cd398d1e6ab3de96ba33855f1169041adcbfe6b1 # Parent 234873044c2abd87b9aa5752a05ffb1a6e48158b 2004-05-13 John Wiegley * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on `recentf-mode' if this variable has been customized to t. diff -r 234873044c2a -r cd398d1e6ab3 lisp/iswitchb.el --- a/lisp/iswitchb.el Thu May 13 23:07:07 2004 +0000 +++ b/lisp/iswitchb.el Fri May 14 01:02:10 2004 +0000 @@ -315,7 +315,7 @@ :require 'recentf :set (function (lambda (sym value) - (recentf-mode value) + (if value (recentf-mode 1)) (set sym value))) :group 'iswitchb)