diff options
Diffstat (limited to 'lisp/recentf.el')
-rw-r--r-- | lisp/recentf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/recentf.el b/lisp/recentf.el index 589e5ebbd3b..0a21a9dcc8e 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el @@ -300,7 +300,7 @@ used as shortcuts to open the Nth file." ;;; Utilities ;; (defconst recentf-case-fold-search - (memq system-type '(vax-vms windows-nt cygwin)) + (memq system-type '(windows-nt cygwin)) "Non-nil if recentf searches and matches should ignore case.") (defsubst recentf-string-equal (s1 s2) |