org-table: Require org-fold-core

* lisp/org-table.el: Explicitly load org-fold-core.

'make single' warns that org-fold-core-ignore-modifications in
org-table.el (introduced a few commits back) is not known to be
defined, and the Emacs repo would show the same warning.
This commit is contained in:
Kyle Meyer 2022-12-10 16:15:16 -05:00
parent dbad11b354
commit 269dce9fe7
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
(require 'org-macs)
(require 'org-compat)
(require 'org-keys)
(require 'org-fold-core)
(declare-function calc-eval "calc" (str &optional separator &rest args))
(declare-function face-remap-remove-relative "face-remap" (cookie))