Fix #3827: void-variable flyspell-delayed-commands

This occurs in org-compat.el:

  (eval-after-load "flyspell"
    '(add-to-list 'flyspell-delayed-commands 'org-self-insert-command))

By not using a package symbol, this code runs whenever any file named
flyspell.el is loaded. Guess what one of the :checkers spell module's
autoloads files is named? flyspell.el
This commit is contained in:
Henrik Lissner 2020-08-26 19:31:09 -04:00
parent 848cc117c4
commit bfd71a8bb9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 6 additions and 6 deletions