]> git.eshelyaron.com Git - emacs.git/commit
Handle after arg correctly in `keymap-set-after'
authorRobert Pluim <rpluim@gmail.com>
Thu, 19 Jan 2023 13:34:10 +0000 (14:34 +0100)
committerRobert Pluim <rpluim@gmail.com>
Fri, 20 Jan 2023 14:14:44 +0000 (15:14 +0100)
commitc7e02eaa3d9af545f2acbb747da7a606fb0d1277
treef1e4243d9da0d9a78db0d8ea82346dc8ee2a45c1
parent628b624176357117f6ff89980a81eff0920cde37
Handle after arg correctly in `keymap-set-after'

* lisp/keymap.el (keymap-set-after): AFTER: t means the same as nil,
so just change it to nil.  (Bug#60867)
lisp/keymap.el