• Noam Postavsky's avatar
    Print macro modified macro keys as characters not integers · c5e3815f
    Noam Postavsky authored
    * lisp/macros.el (macros--insert-vector-macro): Pass all elements to
    'prin1-char', not just those that satisfy characterp (because characters
    which have modifier bits set wouldn't qualify otherwise).
    'prin1-char' will return nil if it can't handle the argument (e.g.,
    for symbols representing function keys).
    c5e3815f
macros.el 9.45 KB