comparison lisp/kmacro.el @ 97304:5a5628e1aa0f

(kmacro-exec-ring-item): Add autoload.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 05 Aug 2008 22:58:38 +0000
parents a99299e4d2de
children 835147d28933
comparison
equal deleted inserted replaced
97303:69c88e56a7eb 97304:5a5628e1aa0f
440 (setq keys (this-single-command-keys)) 440 (setq keys (this-single-command-keys))
441 (> (length keys) 1) 441 (> (length keys) 1)
442 keys))) 442 keys)))
443 443
444 444
445 ;;;###autoload
445 (defun kmacro-exec-ring-item (item arg) 446 (defun kmacro-exec-ring-item (item arg)
446 "Execute item ITEM from the macro ring." 447 "Execute item ITEM from the macro ring."
447 ;; Use counter and format specific to the macro on the ring! 448 ;; Use counter and format specific to the macro on the ring!
448 (let ((kmacro-counter (nth 1 item)) 449 (let ((kmacro-counter (nth 1 item))
449 (kmacro-counter-format-start (nth 2 item))) 450 (kmacro-counter-format-start (nth 2 item)))