]> git.eshelyaron.com Git - emacs.git/commitdiff
(kmacro-exec-ring-item): Add autoload.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 5 Aug 2008 22:58:38 +0000 (22:58 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 5 Aug 2008 22:58:38 +0000 (22:58 +0000)
lisp/kmacro.el

index 1abe3178cc32140f01f28a4e727fc4890274556d..4cb3bb77d40cdf6b26aef9b4ed07a8d88b34cfc1 100644 (file)
@@ -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!