aboutsummaryrefslogtreecommitdiffstats
path: root/src/casefiddle.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright.Karl Heuer1994-05-041-1/+1
|
* (operate_on_word): Don't move point; store in *NEWPOINT.Richard M. Stallman1994-03-061-14/+22
| | | | | (Fupcase_word, Fdowncase_word, Fcapitalize_word): Set point after changing case. Rename opoint to beg.
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
|
* (casify_region): Remove mistaken arg to record_change.Richard M. Stallman1993-05-161-1/+1
|
* The text property routines can now modify buffers otherJim Blandy1993-05-141-2/+2
| | | | | | | | | | | | 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.
* * callint.c (Fcall_interactively): Pass the correct number ofJim Blandy1993-02-221-1/+1
| | | | | | | | 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.
* * casefiddle.c (operate_on_word): Declare end to be an int, not aJim Blandy1992-10-311-2/+2
| | | | Lisp_Object.
* entered into RCSJim Blandy1992-01-131-0/+3
|
* Initial revisionJim Blandy1990-11-121-0/+268