]> git.eshelyaron.com Git - emacs.git/commit
* lisp/edmacro.el (edmacro-sanitize-for-string): Fix condition.
authorMattias Engdegård <mattiase@acm.org>
Fri, 19 Aug 2022 11:27:53 +0000 (13:27 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 19 Aug 2022 11:41:31 +0000 (13:41 +0200)
commite5695faec4a43f10be3b56fa7fd436d5f54a5761
treece9f3ce4bfd86d4842e7acb40566a6b73914f655
parent054f553b9ce0bec1ce698464bc4dc498b05a219d
* lisp/edmacro.el (edmacro-sanitize-for-string): Fix condition.

This is of little consequence in practice since the input is always a
vector of keys representing a prefix, where bit 7 isn't likely to be
set when higher bits are set, but it silences a (justified) warning.
lisp/edmacro.el