From: Karl Heuer Date: Tue, 6 Jun 1995 01:46:33 +0000 (+0000) Subject: (Fexpand_abbrev): Call to upcase_initials_region X-Git-Tag: emacs-19.34~3767 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4aa6e42452581f5501b36febe3c19e16b8322b62;p=emacs.git (Fexpand_abbrev): Call to upcase_initials_region changed to Fupcase_initials_region for consistency. --- diff --git a/src/abbrev.c b/src/abbrev.c index d35cdbf8032..73ed06dc017 100644 --- a/src/abbrev.c +++ b/src/abbrev.c @@ -314,8 +314,8 @@ Returns t if expansion took place.") if (!abbrev_all_caps) if (scan_words (point, -1) > scan_words (wordstart, 1)) { - upcase_initials_region (make_number (wordstart), - make_number (point)); + Fupcase_initials_region (make_number (wordstart), + make_number (point)); goto caped; } /* If expansion is one word, or if user says so, upcase it all. */