From: Andrea Corallo Date: Sat, 18 May 2024 20:17:58 +0000 (+0200) Subject: * admin/syncdoc-type-hierarchy.el (syncdoc-make-type-table): Clean-up quote. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2c8f14e8264bd6bd209f02ac5514f7a93b32e5c;p=emacs.git * admin/syncdoc-type-hierarchy.el (syncdoc-make-type-table): Clean-up quote. (cherry picked from commit bbb3038ad9feb1f37e4bef7151b2bc6f18c4123d) --- 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 ()