aboutsummaryrefslogtreecommitdiffstats
path: root/src/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/search.c')
-rw-r--r--src/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c
index 158ece9bf53..c837dbee071 100644
--- a/src/search.c
+++ b/src/search.c
@@ -1359,7 +1359,7 @@ LIST should have been created by calling `match-data' previously.")
1359 register Lisp_Object marker; 1359 register Lisp_Object marker;
1360 1360
1361 if (!CONSP (list) && !NILP (list)) 1361 if (!CONSP (list) && !NILP (list))
1362 list = wrong_type_argument (Qconsp, list, 0); 1362 list = wrong_type_argument (Qconsp, list);
1363 1363
1364 /* Unless we find a marker with a buffer in LIST, assume that this 1364 /* Unless we find a marker with a buffer in LIST, assume that this
1365 match data came from a string. */ 1365 match data came from a string. */