]> git.eshelyaron.com Git - emacs.git/commit
Prefer plusp/minusp to cl-plusp/cl-minusp
authorStefan Kangas <stefankangas@gmail.com>
Mon, 17 Feb 2025 21:04:41 +0000 (22:04 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 18 Feb 2025 08:57:04 +0000 (09:57 +0100)
commit37cbda1c40611a4e1d10ce7d7bf310cbecf50b07
treebc0a745cce5c1632551376b59bcc08c8bc9d71d1
parent8599cb5651de639e2a50f64de7ffb2d53a5175a6
Prefer plusp/minusp to cl-plusp/cl-minusp

* lisp/dired.el (dired--move-to-next-line):
* lisp/emacs-lisp/ert.el (ert-run-tests-batch, ert-face-for-stats):
* lisp/emacs-lisp/pp.el (pp--format-definition):
* lisp/gnus/gnus-icalendar.el (gnus-icalendar-event--org-timestamp):
* lisp/ibuffer.el (ibuffer-compile-format, ibuffer--format-title)
(ibuffer--format-summary):
* lisp/image-mode.el (image-transform-set-percent):
* lisp/international/emoji.el (emoji--list-generate, emoji--read-emoji):
* lisp/progmodes/ebrowse.el (ebrowse-set-tree-indentation)
(ebrowse-set-member-buffer-column-width)
(ebrowse-cyclic-display-next/previous-member-list)
(ebrowse-draw-member-short-fn)
(ebrowse-switch-member-buffer-to-sibling-class, ebrowse-push-position):
* lisp/textmodes/dns-mode.el (dns-mode-reverse-and-expand-ipv6):
* test/lisp/emacs-lisp/bytecomp-tests.el
(bytecomp-tests--not-writable-directory)
(bytecomp-tests--dest-mountpoint)
(bytecomp-tests--target-file-no-directory):
* test/lisp/emacs-lisp/cl-seq-tests.el (cl-member-if-test)
(cl-member-if-not-test, cl-assoc-if-not-test, cl-rassoc-if-test)
(cl-rassoc-if-not-test):
* test/src/emacs-module-tests.el (mod-test-add-nanosecond/valid):
Prefer plusp and minusp to cl-plusp and cl-minusp.

(cherry picked from commit 83bc811f7fad00b9b4ed3e4ffd67a96226991ca3)
lisp/dired.el
lisp/emacs-lisp/ert.el
lisp/emacs-lisp/pp.el
lisp/gnus/gnus-icalendar.el
lisp/ibuffer.el
lisp/image-mode.el
lisp/international/emoji.el
lisp/textmodes/dns-mode.el
test/lisp/emacs-lisp/bytecomp-tests.el
test/lisp/emacs-lisp/cl-seq-tests.el
test/src/emacs-module-tests.el