emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/search.c,v
Date: Wed, 12 Jul 2006 13:20:32 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/07/12 13:20:32

Index: search.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/search.c,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -b -r1.209 -r1.210
--- search.c    29 May 2006 08:06:15 -0000      1.209
+++ search.c    12 Jul 2006 13:20:32 -0000      1.210
@@ -2874,8 +2874,7 @@
   if (running_asynch_code)
     save_search_regs ();
 
-  if (!CONSP (list) && !NILP (list))
-    list = wrong_type_argument (Qconsp, list);
+  CHECK_LIST (list);
 
   /* Unless we find a marker with a buffer or an explicit buffer
      in LIST, assume that this match data came from a string.  */




reply via email to

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