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:
parent
ef423eacfa
commit
4aa6e42452
1 changed files with 2 additions and 2 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue