1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Richard M. Stallman
7540af8576 (repeat): Handle keyboard macros properly.
Handle new prefix arg after self-insert command.

Don't include cl even at compile time.
(repeat): Avoid using `loop'.
1998-10-16 19:40:12 +00:00
Karl Heuer
cd75b81a1e (repeat): Doc fix. 1998-08-26 20:43:57 +00:00
Dave Love
7d6a2ca41d (repeat): Doc fix.
[From rms:]
(repeat-previous-repeated-command): New variable.
(repeat): Check for real-last-command being null or repeat.  Set
repeat-previous-repeated-command.
1998-08-25 13:28:44 +00:00
Richard M. Stallman
748b5d1b3e (repeat): Make an undo boundary between repetitions. 1998-08-07 07:57:53 +00:00
Richard M. Stallman
64db9621a3 (repeat): Don't set obsolete var repeat-num-input-keys-at-prefix. 1998-06-13 05:03:41 +00:00
Richard M. Stallman
0a8cbe6881 Renamed from vi-dot.el.
All functions and variables renamed.
(repeat-last-kill-command): Variable deleted;
use real-last-command instead.
(kill-region): Advice definition deleted.
(universal-argument-more, universal-argument-other-key)
(typematic-universal-argument-more-or-less): Advice deleted.
(repeat-prefix-arg): Variable deleted.
(repeat-num-input-keys-at-prefix): Variable deleted.
(repeat): Use last-prefix-arg.
1998-06-11 20:17:43 +00:00
Richard M. Stallman
9dc0cb3d10 Customized.
(vi-self-insert): New function.
(vi-dot): Use that.
(vi-dot-insertion-function): Variable deleted.
1998-05-18 05:40:30 +00:00
Richard M. Stallman
fd51b1bc2c Initial revision 1998-05-18 05:28:11 +00:00