diff options
author | Andrea Corallo <acorallo@gnu.org> | 2024-05-18 22:17:58 +0200 |
---|---|---|
committer | Andrea Corallo <acorallo@gnu.org> | 2024-05-18 22:18:55 +0200 |
commit | bbb3038ad9feb1f37e4bef7151b2bc6f18c4123d (patch) | |
tree | b79521be065760217e9e41eac381ff3a056e0f57 | |
parent | e75921a1dcd8f4742e5bfbee7ca9b11016836e9e (diff) | |
download | emacs-bbb3038ad9feb1f37e4bef7151b2bc6f18c4123d.tar.gz emacs-bbb3038ad9feb1f37e4bef7151b2bc6f18c4123d.tar.bz2 emacs-bbb3038ad9feb1f37e4bef7151b2bc6f18c4123d.zip |
* admin/syncdoc-type-hierarchy.el (syncdoc-make-type-table): Clean-up quote.
-rw-r--r-- | admin/syncdoc-type-hierarchy.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/syncdoc-type-hierarchy.el b/admin/syncdoc-type-hierarchy.el index ed827844d0b..7f6b7495d00 100644 --- a/admin/syncdoc-type-hierarchy.el +++ b/admin/syncdoc-type-hierarchy.el @@ -110,7 +110,7 @@ do (cl-incf x (1+ child-len)) ) do (insert "\n"))) (require 'org-table) - (declare-function 'org-table-align "org") + (declare-function org-table-align "org") (org-table-align))) (defun syncdoc-update-type-hierarchy0 () |