emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/xselect.c,v
Date: Wed, 20 Aug 2008 22:09:57 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/08/20 22:09:56

Index: xselect.c
===================================================================
RCS file: /sources/emacs/emacs/src/xselect.c,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -b -r1.185 -r1.186
--- xselect.c   31 Jul 2008 02:47:31 -0000      1.185
+++ xselect.c   20 Aug 2008 22:09:56 -0000      1.186
@@ -1471,7 +1471,7 @@
   if (NILP (XCAR (reading_selection_reply)))
     error ("Timed out waiting for reply from selection owner");
   if (EQ (XCAR (reading_selection_reply), Qlambda))
-    error ("No `%s' selection", SDATA (SYMBOL_NAME (selection_symbol)));
+    return Qnil;
 
   /* Otherwise, the selection is waiting for us on the requested property.  */
   return




reply via email to

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