emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/lread.c,v
Date: Sat, 28 Apr 2007 17:24:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/28 17:24:22

Index: lread.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/lread.c,v
retrieving revision 1.369
retrieving revision 1.370
diff -u -b -r1.369 -r1.370
--- lread.c     28 Mar 2007 08:16:19 -0000      1.369
+++ lread.c     28 Apr 2007 17:24:22 -0000      1.370
@@ -1894,7 +1894,7 @@
 
     case 's':
       c = READCHAR;
-      if (c != '-')
+      if (stringp || c != '-')
        {
          UNREAD (c);
          return ' ';




reply via email to

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