Merge pull request #5269 from condy0919/patch-1

spell: fix undefined variable
This commit is contained in:
Henrik Lissner 2021-07-18 06:40:17 -04:00 committed by GitHub
commit 46732c0ada
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))