Variable: edmacro--command-line-regexp
edmacro--command-line-regexp is a variable defined in edmacro.el.gz.
Value
"Command:[ ]*\\([^ \n]*\\)[ ]*$"
Documentation
A regexp identifying the line containing the command name.
Source Code
;; Defined in /usr/src/emacs/lisp/edmacro.el.gz
(defvar edmacro--command-line-regexp
"Command:[ \t]*\\([^ \t\n]*\\)[ \t]*$"
"A regexp identifying the line containing the command name.")