aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-08-05 22:58:38 +0000
committerChong Yidong2008-08-05 22:58:38 +0000
commit81e28b24b77b7389b5e97a134fd6635bfcdbac32 (patch)
tree67879dce86f2ea9241edcdcf6a80253cd50151f3
parent452e0c617f149781b344976a6242e0a12d27089d (diff)
downloademacs-81e28b24b77b7389b5e97a134fd6635bfcdbac32.tar.gz
emacs-81e28b24b77b7389b5e97a134fd6635bfcdbac32.zip
(kmacro-exec-ring-item): Add autoload.
-rw-r--r--lisp/kmacro.el1
1 files changed, 1 insertions, 0 deletions
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."
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!