]> git.eshelyaron.com Git - emacs.git/commit
Declare `cl-delete` to have important-return-value (bug#61730)
authorMattias Engdegård <mattiase@acm.org>
Mon, 1 May 2023 15:22:02 +0000 (17:22 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 1 May 2023 15:22:02 +0000 (17:22 +0200)
commitaa135e09b6735cd50742b1023fc901feb32e6a52
tree689bf95e8f9684063b91aed5f09b09471e8b0cbc
parent7acb3f1c060872b1802e7548d991ca8a9f0fef01
Declare `cl-delete` to have important-return-value (bug#61730)

* lisp/emacs-lisp/cl-macs.el: Set property on `cl-delete`.
* lisp/progmodes/python.el (python-shell--add-to-path-with-priority):
Prevent warning by cleaner code.
lisp/emacs-lisp/cl-macs.el
lisp/progmodes/python.el