spell: fix undefined variable
This commit is contained in:
parent
9811756e80
commit
d61a38ff71
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ or session. Otherwise, the addition is permanent."
|
|||
(if (null ispell-pdict-modified-p)
|
||||
(setq ispell-pdict-modified-p
|
||||
(list ispell-pdict-modified-p)))
|
||||
(if (eq replace 'buffer)
|
||||
(if (eq scope 'buffer)
|
||||
(ispell-add-per-file-word-list word))))
|
||||
(ispell-pdict-save t))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue