summaryrefslogtreecommitdiff
path: root/src/abbrev.c
Commit message (Expand)AuthorAgeFilesLines
* Change FETCH_CHAR references to FETCH_BYTE.Karl Heuer1997-02-221-2/+2
* (Fexpand_abbrev): Return the abbrev symbol, or nil if no expansion.Richard M. Stallman1996-12-261-7/+7
* (Fexpand_abbrev): If the abbrev's expansion is nil,Richard M. Stallman1996-11-121-38/+48
* Reorganize function definitions so etags finds them.Erik Naggum1996-10-311-3/+2
* Change all references from point to PT.Karl Heuer1996-09-011-11/+11
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (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
* (Fexpand_abbrev): Call to upcase_initials_regionKarl Heuer1995-06-061-2/+2
* 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
* (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
* (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
* * abbrev.c (Funexpand_abbrev): Just assign the last abbrev's valueJim Blandy1992-10-311-1/+3
* * abbrev.c (syms_of_abbrev): Call DEFVAR_PER_BUFFER with the newJim Blandy1992-08-191-5/+5
* (Fexpand_abbrev): If pre-expand hook changes the buffer,Richard M. Stallman1992-08-191-4/+9
* * 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