summaryrefslogtreecommitdiff
path: root/lisp/repeat.el
AgeCommit message (Collapse)Author
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-08-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2005-04-16(repeat): Invoke pre-command-hook and post-command-hook.Eli Zaretskii
2003-09-01Add arch taglinesMiles Bader
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2001-07-13Fix license commentary.Gerd Moellmann
2001-02-10(repeat): Don't let execute-kbd-macro alter real-last-command.Richard M. Stallman
1999-03-30Don't require advice.Karl Heuer
(repeat): Do function-indirection in check for kbd macro. In self-insert case, use the *last* char in INSERTION.
1999-02-26Don't require advice.Richard M. Stallman
(repeat-last-kill-command): Variable deleted.
1998-10-16(repeat): Handle keyboard macros properly.Richard M. Stallman
Handle new prefix arg after self-insert command. Don't include cl even at compile time. (repeat): Avoid using `loop'.
1998-08-26(repeat): Doc fix.Karl Heuer
1998-08-25(repeat): Doc fix.Dave Love
[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-07(repeat): Make an undo boundary between repetitions.Richard M. Stallman
1998-06-13(repeat): Don't set obsolete var repeat-num-input-keys-at-prefix.Richard M. Stallman
1998-06-11Renamed from vi-dot.el.Richard M. Stallman
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-05-18Customized.Richard M. Stallman
(vi-self-insert): New function. (vi-dot): Use that. (vi-dot-insertion-function): Variable deleted.
1998-05-18Initial revisionRichard M. Stallman