changeset 55580:cd398d1e6ab3

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.
author John Wiegley <johnw@newartisans.com>
date Fri, 14 May 2004 01:02:10 +0000
parents 234873044c2a
children a9bcae5bca8e
files lisp/iswitchb.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)