emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dired.c,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/dired.c,v
Date: Mon, 28 Apr 2008 18:33:07 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/04/28 18:33:07

Index: dired.c
===================================================================
RCS file: /sources/emacs/emacs/src/dired.c,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -b -r1.142 -r1.143
--- dired.c     27 Apr 2008 18:06:51 -0000      1.142
+++ dired.c     28 Apr 2008 18:33:06 -0000      1.143
@@ -756,7 +756,7 @@
        bestmatch = DECODE_FILE (bestmatch);
       return bestmatch;
     }
-  if (matchcount == 1 && bestmatchsize == SCHARS (file))
+  if (matchcount == 1 && bestmatchsize == SCHARS (encoded_file))
     return Qt;
   bestmatch = Fsubstring (bestmatch, make_number (0),
                          make_number (bestmatchsize));




reply via email to

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