aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmds.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (keys_of_cmds): Make 0377 self-inserting.Richard M. Stallman1993-11-171-1/+1
|
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
|
* (Fnewline): If we don't do the first SET_PT,Richard M. Stallman1993-08-111-6/+9
| | | | clear flag, so we don't do the second SET_PT.
* (Fnewline): Disable the "insert one position before"Richard M. Stallman1993-07-311-1/+7
| | | | optimization if it would screw up text property behavior.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
|
* (Fnewline): Use Fbarf_if_buffer_read_only.Richard M. Stallman1993-06-041-1/+1
|
* (keys_of_cmds): Predefined 0240-0376 as self-insert.Richard M. Stallman1993-05-281-0/+2
|
* Updated copyright years.Jim Blandy1993-05-221-1/+1
|
* * cmds.c (Fforward_char): Check proposed new position, and thenJim Blandy1993-05-141-11/+22
| | | | | set point, instead of setting point to a potentially invalid position.
* * 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