Function: kmacro-menu--kmacros

kmacro-menu--kmacros is a byte-compiled function defined in kmacro.el.gz.

Signature

(kmacro-menu--kmacros)

Documentation

Return the list of the existing keyboard macros or nil, if none are defined.

Source Code

;; Defined in /usr/src/emacs/lisp/kmacro.el.gz
(defun kmacro-menu--kmacros ()
  "Return the list of the existing keyboard macros or nil, if none are defined."
  (when last-kbd-macro
    (cons (kmacro-ring-head)
          kmacro-ring)))