| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
If case table has been changed, call Fset_case_table
|
| |
|
|
|
|
| |
Fupcase_initials_region): Harmonize arguments with documentation.
|
| |
|
|
|
|
|
|
|
| |
and end, so that the type will be correct.
(operate_on_word): Likewise for iarg in this function.
(upcase_initials, upcase_initials_region): Deleted; these were
redundant copies of Fupcase_initials and Fupcase_initials_region.
|
|
|
|
| |
Fcapitalize_word): Don't use XFASTINT as an lvalue.
|
| |
|
|
|
|
|
| |
(Fupcase_initials): New function.
(syms_of_casefiddle): defsubr them.
|
|
|
|
| |
(casify_object): Handle CASE_CAPITALIZE_UP.
|
| |
|
|
|
|
|
| |
(Fupcase_word, Fdowncase_word, Fcapitalize_word):
Set point after changing case. Rename opoint to beg.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
than the current one.
* insdel.c (modify_region): New argument BUFFER. Select that
buffer while we prepare for the modification, and switch back when
we're done.
* textprop.c (add_properties, remove_properties): Pass
the buffer being modified as the first argument to modify_region.
* editfns.c (Fsubst_char_in_region, Ftranslate_region): Pass the
current_buffer as the first argument to modify_region.
* casefiddle.c (casify_region): Same.
|
|
|
|
|
|
|
|
| |
arguments to wrong_type_argument.
* casefiddle.c (caseify_object): Same.
* casetab.c (check_case_table): Same.
* search.c (Fstore_match_data): Same.
* syntax.c (check_syntax_table): Same.
|
|
|
|
| |
Lisp_Object.
|
| |
|
|
|