aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fontset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c
index 22b7618d8aa..bca9452418e 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -353,7 +353,7 @@ fontset_add (Lisp_Object fontset, Lisp_Object range, Lisp_Object elt, Lisp_Objec
353 (NILP (args[idx]) ? args[1 - idx] 353 (NILP (args[idx]) ? args[1 - idx]
354 : CALLMANY (Fvconcat, args))); 354 : CALLMANY (Fvconcat, args)));
355 from = to1 + 1; 355 from = to1 + 1;
356 } while (from < to); 356 } while (from <= to);
357 } 357 }
358 else 358 else
359 { 359 {