]> git.eshelyaron.com Git - emacs.git/commit
Prefer incf to cl-incf in progmodes/*.el
authorStefan Kangas <stefankangas@gmail.com>
Tue, 25 Feb 2025 07:28:30 +0000 (08:28 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 26 Feb 2025 09:38:05 +0000 (10:38 +0100)
commit059626a6f08d03b39d2a3d96ff2ba228540cd148
tree73e24132c9e570b4e5af0f2e7d4e0dcebf5fb671
parent1d576bdd27954f462d23af050cfb7c6c2e68d1f7
Prefer incf to cl-incf in progmodes/*.el

* lisp/progmodes/bug-reference.el (bug-reference--overlay-bounds):
* lisp/progmodes/c-ts-common.el (c-ts-common-statement-offset):
* lisp/progmodes/compile.el (compilation--note-type):
* lisp/progmodes/ebrowse.el (ebrowse-files-table)
(ebrowse-fill-member-table, ebrowse-find-pattern)
(ebrowse-draw-member-short-fn, ebrowse-gather-statistics):
* lisp/progmodes/elixir-ts-mode.el
(elixir-ts--electric-pair-string-delimiter):
* lisp/progmodes/gdb-mi.el (gdb-thread-list-handler-custom):
* lisp/progmodes/grep.el (grep-filter):
* lisp/progmodes/hideif.el (hif-backward-comment, hif-__COUNTER__)
(hif-token-concatenation, hif-find-define):
* lisp/progmodes/js.el (js--pstate-is-toplevel-defun)
(js-beginning-of-defun, js-end-of-defun, js--pitems-to-imenu)
(js--imenu-to-flat, js-ts--syntax-propertize):
* lisp/progmodes/tcl.el (tcl--syntax-of-quote):
* lisp/progmodes/typescript-ts-mode.el
(tsx-ts--syntax-propertize-captures): Prefer incf to cl-incf.

(cherry picked from commit d1d85e0f35d4cb22f2cdfda0672ca33f5bb87b21)
lisp/progmodes/bug-reference.el
lisp/progmodes/c-ts-common.el
lisp/progmodes/compile.el
lisp/progmodes/elixir-ts-mode.el
lisp/progmodes/gdb-mi.el
lisp/progmodes/grep.el
lisp/progmodes/hideif.el
lisp/progmodes/js.el
lisp/progmodes/tcl.el
lisp/progmodes/typescript-ts-mode.el