aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmds.c
Commit message (Collapse)AuthorAgeFilesLines
* * cmds.c (overwrite_binary_mode): Deleted; this implements theJim Blandy1993-03-161-9/+10
| | | | | | | | | | | wrong feature. (Qoverwrite_mode_binary): New variable. (internal_self_insert): If current_buffer->overwrite_mode is `overwrite-mode-binary', do as overwrite_binary_mode used to. (syms_of_cmds): Remove defvar of overwrite_binary_mode; initialize Qoverwrite_mode_binary. * buffer.c (syms_of_buffer): Doc fix for overwrite_mode. * buffer.h (struct buffer): Doc fix.
* (internal_self_insert): Check that tab_width does notRichard M. Stallman1993-03-121-0/+1
| | | | exceed 20, to be consistent with indent.c and xdisp.c.
* * cmds.c (Fnewline): Doc fix.Jim Blandy1993-03-021-7/+8
|
* (syms_of_cmds): Typo in last change.Richard M. Stallman1993-03-011-1/+1
|
* (syms_of_cmds): New var `overwrite-binary-mode'.Richard M. Stallman1993-02-241-2/+10
| | | | (internal_self_insert): Handle that var.
* (internal_self_insert): Assume Fexpand_abbrev expandedRichard M. Stallman1992-09-111-3/+4
| | | | something if it incremented MODIFF.
* (internal_self_insert): Ignore value of Fexpand_abbrev;Richard M. Stallman1992-08-191-2/+11
| | | | instead, check whether buf is modified when it returns.
* entered into RCSJim Blandy1992-05-181-3/+4
|
* *** empty log message ***Jim Blandy1992-01-131-15/+15
|
* Initial revisionJim Blandy1991-04-111-0/+357