mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
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:
parent
dbad11b354
commit
269dce9fe7
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user