]> git.eshelyaron.com Git - emacs.git/commit
comint.el: Cosmetic changes
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 May 2025 19:25:05 +0000 (15:25 -0400)
committerEshel Yaron <me@eshelyaron.com>
Mon, 12 May 2025 19:57:18 +0000 (21:57 +0200)
commita287eadf5d435fcae809d5c1bdbbfaa094ea7a6a
tree4eb54d7c1346456b9e9224ed98178ef129b25b7f
parent1583c3f44f675dcc3cca1294e7172cd3ea82f499
comint.el: Cosmetic changes

* lisp/comint.el: Prefer #' to quote function names.
(comint-mode): Turn some of the `make-local-variable`s to `setq-local`
or `defval-local`.
(comint-osc-hyperlink): Delete bogus alias.
(comint-replace-by-expanded-history-before-point): Use `looking-at-p`.
(comint-history-isearch-wrap): Share a bit more code.

(cherry picked from commit 0c3cf0e16c1f28b1c50ecd5918af5802801e51b2)
lisp/comint.el