| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| | | |||||
| * | (casify_region): Remove mistaken arg to record_change. | Richard M. Stallman | 1993-05-16 | 1 | -1/+1 |
| | | |||||
| * | The text property routines can now modify buffers other | Jim Blandy | 1993-05-14 | 1 | -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 of | Jim Blandy | 1993-02-22 | 1 | -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 a | Jim Blandy | 1992-10-31 | 1 | -2/+2 |
| | | | | | Lisp_Object. | ||||
| * | entered into RCS | Jim Blandy | 1992-01-13 | 1 | -0/+3 |
| | | |||||
| * | Initial revision | Jim Blandy | 1990-11-12 | 1 | -0/+268 |