emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/recentf.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/recentf.el,v
Date: Thu, 31 Jul 2008 05:34:09 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/31 05:33:56

Index: lisp/recentf.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/recentf.el,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- lisp/recentf.el     6 May 2008 07:57:48 -0000       1.63
+++ lisp/recentf.el     31 Jul 2008 05:33:44 -0000      1.64
@@ -300,7 +300,7 @@
 ;;; 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]