]> git.eshelyaron.com Git - emacs.git/commit
Declare more functions as having important-return-value
authorMattias Engdegård <mattiase@acm.org>
Sat, 20 May 2023 16:24:53 +0000 (18:24 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 20 May 2023 16:38:33 +0000 (18:38 +0200)
commit88d1e9b436c8778c90b7a57a152aee8071ac77b9
tree0028f65d36c3f9f8a7679ece70a8f5eef57ebe42
parent5d15818b94c1f6fd46f30154240942b3991492a4
Declare more functions as having important-return-value

* lisp/subr.el (assoc-delete-all, assq-delete-all, rassq-delete-all)
(alist-get): Declare as important-return-value.
* lisp/emacs-lisp/bytecomp.el (important-return-value-fns):
Add `assoc-string`.
lisp/emacs-lisp/bytecomp.el
lisp/subr.el