From: Chong Yidong Date: Tue, 5 Aug 2008 22:58:59 +0000 (+0000) Subject: (kmacro-exec-ring-item): Add autoload. X-Git-Tag: emacs-pretest-22.2.90~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c0d37e92889a1f39e0e9e1a45ed4c3faa85fbf7a;p=emacs.git (kmacro-exec-ring-item): Add autoload. --- diff --git a/lisp/kmacro.el b/lisp/kmacro.el index 6eec4ff57ed..09fb42026b4 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el @@ -444,6 +444,7 @@ Optional arg EMPTY is message to print if no macros are defined." keys))) +;;;###autoload (defun kmacro-exec-ring-item (item arg) "Execute item ITEM from the macro ring." ;; Use counter and format specific to the macro on the ring!