1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 17:10:51 -08:00

(Fexpand_abbrev): Call to upcase_initials_region

changed to Fupcase_initials_region for consistency.
This commit is contained in:
Karl Heuer 1995-06-06 01:46:33 +00:00
parent ef423eacfa
commit 4aa6e42452

View file

@ -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. */