]> git.eshelyaron.com Git - emacs.git/commit
Rename comint-fl-* to comint-fontify-input-* and mention it in NEWS
authorMiha Rihtaršič <miha@kamnitnik.top>
Fri, 30 Sep 2022 18:28:15 +0000 (20:28 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 30 Sep 2022 19:15:06 +0000 (21:15 +0200)
commitcd4208f6d8e4bcbfa326a2b70489ee3c0643e53f
treeaf7a9d836b19a896b1598ee1e0c2e20bbf81d6af
parent90744ff0be581b69cedea1194b7e78265bdb67a4
Rename comint-fl-* to comint-fontify-input-* and mention it in NEWS

* lisp/comint.el
(comint-fontify-input-mode):
(comint--fontify-input-saved-jit-lock-contextually):
(comint--fontify-input-on):
(comint--fontify-input-off):
(comint--fontify-input-ppss-flush-indirect):
(comint--fontify-input-fontify-region): Replace comint-fl-* with
comint-fontify-input-*.

* lisp/ielm.el (ielm-fontify-input-enable):
(ielm-fontify-input-enable):
(ielm-indirect-setup-hook):
(inferior-emacs-lisp-mode): Replace comint-fl-* with
comint-fontify-input-*.

* lisp/shell.el (shell-comint-fl-enable):
(shell-mode): Replace comint-fl-* with comint-fontify-input-*.

* etc/NEWS: Mention the new modes and how to disable or enable
them (bug#58169).
etc/NEWS
lisp/comint.el
lisp/ielm.el
lisp/shell.el