]> git.eshelyaron.com Git - emacs.git/commit
Use `delq` return value (bug#61730)
authorMattias Engdegård <mattiase@acm.org>
Thu, 18 May 2023 15:33:15 +0000 (17:33 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 20 May 2023 09:05:57 +0000 (11:05 +0200)
commit0de472e04fb29581e8302b60fafc707b18d7cbf3
tree0d57b3f16fbd2baf536874a4d319b0f8b1ca1efe
parentbd6bba4780dcfdec97ab5e6469f7777c4b2a1b0d
Use `delq` return value (bug#61730)

* lisp/calc/calc-graph.el (calc-graph-compute-2d):
* lisp/calendar/appt.el (appt-activate):
* lisp/progmodes/cc-styles.el (c-make-styles-buffer-local):
Make use of what `delq` returns, to stave off possible mistakes or at
least make clear that there isn't any.
lisp/calc/calc-graph.el
lisp/calendar/appt.el
lisp/progmodes/cc-styles.el