]> git.eshelyaron.com Git - emacs.git/commit
Fix comparing command names in strokes.el (bug#40600)
authorMasahiro Nakamura <tsuucat@icloud.com>
Tue, 14 Apr 2020 13:37:17 +0000 (22:37 +0900)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 17 Apr 2020 00:47:35 +0000 (20:47 -0400)
commitbe77a68d527223f7f276e94e16fe05b49846c7a3
treee607a7c8722d0002a623125735e1c1410ecf000b
parente105d01c952aab93de1607ebcfed7860837288fb
Fix comparing command names in strokes.el (bug#40600)

* lisp/strokes.el (strokes-alphabetic-lessp): Simply call string-lessp
because the cdr of the argument may be a string.
lisp/strokes.el