0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-22 00:48:37 +00:00

org.el: Fix compiler warnings

This commit is contained in:
Bastien Guerry 2014-01-31 09:45:25 +01:00
parent 23fa320af8
commit 4068a829a1

View file

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