]> git.eshelyaron.com Git - emacs.git/commit
Declare `key-valid-p` and `readablep` as error-free
authorMattias Engdegård <mattiase@acm.org>
Sun, 31 Jul 2022 13:45:16 +0000 (15:45 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 31 Jul 2022 16:29:02 +0000 (18:29 +0200)
commitf5cd6b730dd04390fcbcfe45f7462026f16ae78e
treef665bbb5e9494b375e353f1371ce17d5a8decb2b
parentb2fb73db2fec999c7b6aaf6d287674dc71b05e5e
Declare `key-valid-p` and `readablep` as error-free

* lisp/keymap.el (key-valid-p):
* lisp/subr.el (readablep): These functions are effect-free; declare
them correspondingly.  Note that readablep is not pure since its
return value depends on ambient state.
lisp/keymap.el
lisp/subr.el