Variable: edmacro-reverse-macro-lines

edmacro-reverse-macro-lines is a customizable variable defined in edmacro.el.gz.

Value

nil

Documentation

If non-nil, edit-kbd-macro shows most recent line of key sequences first.

This is useful when dealing with long lists of key sequences, such as from kmacro-edit-lossage.

This variable was added, or its default value changed, in Emacs 30.1.

View in manual

Probably introduced at or before Emacs version 30.1.

Source Code

;; Defined in /usr/src/emacs/lisp/edmacro.el.gz
(defcustom edmacro-reverse-macro-lines nil
  "If non-nil, `edit-kbd-macro' shows most recent line of key sequences first.

This is useful when dealing with long lists of key sequences, such as
from `kmacro-edit-lossage'."
  :type 'boolean
  :group 'kmacro
  :version "30.1")