emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Sun, 06 Jan 2008 21:34:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  08/01/06 21:34:58

Index: keyboard.c
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.c,v
retrieving revision 1.936
retrieving revision 1.937
diff -u -b -r1.936 -r1.937
--- keyboard.c  3 Jan 2008 21:56:04 -0000       1.936
+++ keyboard.c  6 Jan 2008 21:34:57 -0000       1.937
@@ -8110,7 +8110,8 @@
   tem = XCDR (cachelist);
   if (newcache && !NILP (tem))
     {
-      tem = concat3 (build_string ("  ("), tem, build_string (")"));
+      tem = concat2 (build_string ("  "), tem);
+      // tem = concat3 (build_string ("  ("), tem, build_string (")"));
       XSETCDR (cachelist, tem);
     }
 




reply via email to

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