mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-11 14:40:50 +00:00
Make 'ispell-initialize-spellchecker-hook' work again
* lisp/textmodes/ispell.el (ispell-base-dicts-override-alist): Defvar it to allow dynamic binding. (Bug#31341)
This commit is contained in:
parent
b90ce66d32
commit
d0d75f9b4e
1 changed files with 4 additions and 0 deletions
|
@ -1237,6 +1237,10 @@ If LANG is omitted, get the extra word characters for the default language."
|
|||
(defvar ispell-last-program-name nil
|
||||
"Last value of `ispell-program-name'. Internal use.")
|
||||
|
||||
;; Allow dynamically binding ispell-base-dicts-override-alist as
|
||||
;; advertised in the doc string of ispell-initialize-spellchecker-hook.
|
||||
(defvar ispell-base-dicts-override-alist)
|
||||
|
||||
(defvar ispell-initialize-spellchecker-hook nil
|
||||
"Normal hook run on spellchecker initialization.
|
||||
This hook is run when a spellchecker is used for the first
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue