aboutsummaryrefslogtreecommitdiffstats
path: root/src/casefiddle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/casefiddle.c')
-rw-r--r--src/casefiddle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/casefiddle.c b/src/casefiddle.c
index 3f407eadede..ee292dda9b3 100644
--- a/src/casefiddle.c
+++ b/src/casefiddle.c
@@ -529,7 +529,7 @@ See also `capitalize-region'. */)
529 529
530 if (!NILP (region_noncontiguous_p)) 530 if (!NILP (region_noncontiguous_p))
531 { 531 {
532 bounds = call1 (Fsymbol_value (intern ("region-extract-function")), 532 bounds = call1 (Fsymbol_value (Qregion_extract_function),
533 intern ("bounds")); 533 intern ("bounds"));
534 534
535 while (CONSP (bounds)) 535 while (CONSP (bounds))