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

index 6eec4ff57edb94c25209db3533dec38826f5f945..09fb42026b482f0f7b30def7db11252b8b3405cd 100644 (file)
@@ -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!