emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c,v
Date: Fri, 29 Aug 2008 08:04:38 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/08/29 08:04:38

Index: fileio.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/fileio.c,v
retrieving revision 1.630
retrieving revision 1.631
diff -u -b -r1.630 -r1.631
--- fileio.c    27 Aug 2008 01:11:26 -0000      1.630
+++ fileio.c    29 Aug 2008 08:04:38 -0000      1.631
@@ -261,7 +261,8 @@
       default:
        /* System error messages are capitalized.  Downcase the initial
           unless it is followed by a slash.  */
-       if (! EQ (Faref (errstring, make_number (1)), make_number ('/')))
+       if (STRING_MULTIBYTE (errstring)
+           && ! EQ (Faref (errstring, make_number (1)), make_number ('/')))
          {
            int c;
 




reply via email to

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