Changeset 4161 for trunk/lisp/kmacro.el
- Timestamp:
- 09/09/06 16:30:10 (2 years ago)
- Files:
-
- trunk/lisp/kmacro.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/kmacro.el
r4079 r4161 410 410 411 411 (defun kmacro-repeat-on-last-key (keys) 412 "Process kmacro commands keys imm idiately after cycling the ring."412 "Process kmacro commands keys immediately after cycling the ring." 413 413 (setq keys (vconcat keys)) 414 414 (let ((n (1- (length keys)))
