]> git.eshelyaron.com Git - emacs.git/commit
Make turn-on-flyspell/turn-off-flyspell obsolete
authorStefan Kangas <stefankangas@gmail.com>
Fri, 14 Mar 2025 18:50:22 +0000 (19:50 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Mar 2025 17:10:19 +0000 (18:10 +0100)
commit524211eb5fae49952c0cab91e4aa54dc1d2ef8a0
tree7799abc98e23b8f41e0f170238efff4b5a6a45d8
parent60bf9ceffe3e5bd57a52d32922647c038097a0db
Make turn-on-flyspell/turn-off-flyspell obsolete

* lisp/textmodes/flyspell.el (turn-on-flyspell): Make into obsolete
function alias for 'flyspell-mode'.
(turn-off-flyspell): Declare obsolete.
(text-mode-hook): Don't redundantly set :options here.
* lisp/textmodes/text-mode.el (text-mode-hook): Prefer 'flyspell-mode'
to 'turn-on-flyspell' in :options.  (Bug#76535)

(cherry picked from commit bad2cd198abbd150cc205aee7879ad718e724dad)
lisp/textmodes/flyspell.el
lisp/textmodes/text-mode.el