]> git.eshelyaron.com Git - emacs.git/commit
Prefer plusp/minusp to open-coding them in subr.el
authorStefan Kangas <stefankangas@gmail.com>
Mon, 17 Feb 2025 21:48:47 +0000 (22:48 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 18 Feb 2025 08:58:27 +0000 (09:58 +0100)
commit67c79a77670ef8dcc72a2f2233e7cc1fa769fd30
tree24192dfbda00d8fef79cd038fca3fcca4d6ef375
parent37cbda1c40611a4e1d10ce7d7bf310cbecf50b07
Prefer plusp/minusp to open-coding them in subr.el

* lisp/subr.el (lsh, nbutlast, number-sequence, add-to-history)
(read-char-from-minibuffer, split-string, subst-char-in-string)
(forward-whitespace, forward-symbol, forward-same-syntax)
(progress-reporter-do-update, version-list-<): Prefer plusp/minusp to
open-coding them.

(cherry picked from commit 8a7c1a31ac0a61384661878e9f7f7e77ada34ade)
lisp/subr.el