summaryrefslogtreecommitdiff
path: root/lisp/repeat.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (repeat): Invoke pre-command-hook and post-command-hook.Eli Zaretskii2005-04-161-1/+3
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
|
* Fix license commentary.Gerd Moellmann2001-07-131-2/+2
|
* (repeat): Don't let execute-kbd-macro alter real-last-command.Richard M. Stallman2001-02-101-1/+4
|
* Don't require advice.Karl Heuer1999-03-301-5/+6
| | | | | (repeat): Do function-indirection in check for kbd macro. In self-insert case, use the *last* char in INSERTION.
* Don't require advice.Richard M. Stallman1999-02-261-8/+0
| | | | (repeat-last-kill-command): Variable deleted.
* (repeat): Handle keyboard macros properly.Richard M. Stallman1998-10-161-5/+14
| | | | | | | Handle new prefix arg after self-insert command. Don't include cl even at compile time. (repeat): Avoid using `loop'.
* (repeat): Doc fix.Karl Heuer1998-08-261-2/+2
|
* (repeat): Doc fix.Dave Love1998-08-251-3/+11
| | | | | | | [From rms:] (repeat-previous-repeated-command): New variable. (repeat): Check for real-last-command being null or repeat. Set repeat-previous-repeated-command.
* (repeat): Make an undo boundary between repetitions.Richard M. Stallman1998-08-071-0/+2
|
* (repeat): Don't set obsolete var repeat-num-input-keys-at-prefix.Richard M. Stallman1998-06-131-2/+1
|
* Renamed from vi-dot.el.Richard M. Stallman1998-06-111-161/+96
| | | | | | | | | | | | 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.
* Customized.Richard M. Stallman1998-05-181-24/+17
| | | | | | (vi-self-insert): New function. (vi-dot): Use that. (vi-dot-insertion-function): Variable deleted.
* Initial revisionRichard M. Stallman1998-05-181-0/+405