projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2234fe9
)
* admin/syncdoc-type-hierarchy.el (org): Add missing require.
author
Andrea Corallo
<acorallo@gnu.org>
Tue, 23 Apr 2024 13:35:44 +0000
(15:35 +0200)
committer
Andrea Corallo
<acorallo@gnu.org>
Tue, 23 Apr 2024 13:35:44 +0000
(15:35 +0200)
admin/syncdoc-type-hierarchy.el
patch
|
blob
|
history
diff --git
a/admin/syncdoc-type-hierarchy.el
b/admin/syncdoc-type-hierarchy.el
index bfbbbc45aa4f1200ade3a36c1b9838cb9950231b..56f2c30527ef0500bf2bc6e363f6dfadb70864cf 100644
(file)
--- a/
admin/syncdoc-type-hierarchy.el
+++ b/
admin/syncdoc-type-hierarchy.el
@@
-35,6
+35,7
@@
;;; Code:
(require 'cl-lib)
+(require 'org)
(defconst syncdoc-file (or (macroexp-file-name) buffer-file-name))