]> git.eshelyaron.com Git - emacs.git/commit
Don't use the return value of 'push'
authorMattias Engdegård <mattiase@acm.org>
Wed, 4 Dec 2019 10:37:26 +0000 (11:37 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 4 Dec 2019 10:37:26 +0000 (11:37 +0100)
commitf5672b24a8510ee5c62b9e366e4ab6b1fde5ed77
treea8a057271b3fc2fe3db9b46da14ea6f950b8fa0c
parent23053770449ba1af24961a11d803ae5e948130b6
Don't use the return value of 'push'

Although 'push' returns the modified list, it isn't actually
documented to do so, so don't rely on it.

* lisp/emacs-lisp/rx.el (rx--translate-any): Add progn.
lisp/emacs-lisp/rx.el