diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/iswitchb.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index 9b124848b18..bda0ce4fddc 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el | |||
| @@ -315,7 +315,7 @@ enabled if this variable is configured to a non-nil value." | |||
| 315 | :require 'recentf | 315 | :require 'recentf |
| 316 | :set (function | 316 | :set (function |
| 317 | (lambda (sym value) | 317 | (lambda (sym value) |
| 318 | (recentf-mode value) | 318 | (if value (recentf-mode 1)) |
| 319 | (set sym value))) | 319 | (set sym value))) |
| 320 | :group 'iswitchb) | 320 | :group 'iswitchb) |
| 321 | 321 | ||