]> code.delx.au - gnu-emacs/blobdiff - lisp/edmacro.el
*** empty log message ***
[gnu-emacs] / lisp / edmacro.el
index a59edee69a01ec754c91aa281a4be91033949c6f..90d8ebed47ce4c52240b7f8d503cec9993b4e5d4 100644 (file)
@@ -27,6 +27,7 @@
 \f
 ;;; The user-level commands for editing macros.
 
+;;;###autoload
 (defun edit-last-kbd-macro (&optional prefix buffer hook)
   "Edit the most recently defined keyboard macro."
   (interactive "P")
@@ -34,6 +35,7 @@
                      (function (lambda (x arg) (setq last-kbd-macro x)))
                      prefix buffer hook))
 
+;;;###autoload
 (defun edit-kbd-macro (cmd &optional prefix buffer hook in-hook out-hook)
   "Edit a keyboard macro which has been given a name by `name-last-kbd-macro'.
 \(See also `edit-last-kbd-macro'.)"
@@ -49,6 +51,7 @@
                                           'x)))
                           prefix buffer hook cmd)))
 
+;;;###autoload
 (defun read-kbd-macro (start end)
   "Read the region as a keyboard macro definition.
 The region is interpreted as spelled-out keystrokes, e.g., \"M-x abc RET\".