Explorar o código

org.el: Fix compiler warnings

Bastien Guerry %!s(int64=12) %!d(string=hai) anos
pai
achega
4068a829a1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -24103,6 +24103,7 @@ To get rid of the restriction, use \\[org-agenda-remove-restriction-lock]."
        (fboundp 'flyspell-delete-region-overlays)
        (flyspell-delete-region-overlays beg end)))
 
+(defvar flyspell-delayed-commands)
 (eval-after-load "flyspell"
   '(add-to-list 'flyspell-delayed-commands 'org-self-insert-command))