summaryrefslogtreecommitdiff
path: root/src/abbrev.c
Commit message (Collapse)AuthorAgeFilesLines
* (Fdefine_abbrev_table): Fix previous change.Karl Heuer1996-01-091-5/+4
|
* (Fdefine_global_abbrev, Fdefine_mode_abbrev, Fabbrev_symbol,Erik Naggum1996-01-091-20/+20
| | | | | Finsert_abbrev_table_description, Fdefine_abbrev_table): Harmonize arguments with documentation.
* (Fexpand_abbrev): Call to upcase_initials_regionKarl Heuer1995-06-061-2/+2
| | | | changed to Fupcase_initials_region for consistency.
* Comment change.Richard M. Stallman1995-04-251-0/+2
|
* (Fexpand_abbrev): Add some error checking.Karl Heuer1995-04-201-3/+7
|
* (Fexpand_abbrev): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-1/+1
|
* (write_abbrev, Finsert_abbrev_table_description): Use new accessor macrosKarl Heuer1994-10-041-2/+2
| | | | instead of calling XSET directly.
* (Fdefine_abbrev, Fexpand_abbrev, Funexpand_abbrev): Use type test macros.Karl Heuer1994-09-271-7/+7
|
* (Fexpand_abbrev): Instead of Fcapitalize_region,Richard M. Stallman1994-09-241-8/+8
| | | | just upcase the first initial.
* (Funexpand_abbrev, Fexpand_abbrev): Pass new arg to insert_from_string.Richard M. Stallman1993-09-141-2/+3
|
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
|
* Updated copyright years.Jim Blandy1993-05-221-1/+1
|
* * abbrev.c (Fexpand_abbrev): Only copy the text we're going toJim Blandy1993-02-231-1/+1
| | | | | | expand - from wordstart to wordend, not from wordstart to point - into the buffer. There might be non-word text between wordend and point.
* * abbrev.c (Funexpand_abbrev): Just assign the last abbrev's valueJim Blandy1992-10-311-1/+3
| | | | | to val; don't use XSET. Make sure that the value of the abbrev-symbol is a string.
* * abbrev.c (syms_of_abbrev): Call DEFVAR_PER_BUFFER with the newJim Blandy1992-08-191-5/+5
| | | | TYPE argument.
* (Fexpand_abbrev): If pre-expand hook changes the buffer,Richard M. Stallman1992-08-191-4/+9
| | | | assume that means we "did an expansion".
* * abbrev.c (Fdefine_abbrev_table): Fiddled with formatting.Jim Blandy1992-08-141-6/+3
|
* entered into RCSJim Blandy1992-01-131-23/+22
|
* *** empty log message ***Richard M. Stallman1991-12-171-0/+14
|
* *** empty log message ***Jim Blandy1991-08-161-2/+8
|
* Initial revisionRichard M. Stallman1990-12-251-0/+540