From 81e28b24b77b7389b5e97a134fd6635bfcdbac32 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 5 Aug 2008 22:58:38 +0000 Subject: [PATCH] (kmacro-exec-ring-item): Add autoload. --- lisp/kmacro.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/kmacro.el b/lisp/kmacro.el index 1abe3178cc3..4cb3bb77d40 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el @@ -442,6 +442,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!