]> git.eshelyaron.com Git - emacs.git/commitdiff
* admin/syncdoc-type-hierarchy.el (syncdoc-make-type-table): Clean-up quote.
authorAndrea Corallo <acorallo@gnu.org>
Sat, 18 May 2024 20:17:58 +0000 (22:17 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 07:38:39 +0000 (09:38 +0200)
(cherry picked from commit bbb3038ad9feb1f37e4bef7151b2bc6f18c4123d)

admin/syncdoc-type-hierarchy.el

index ed827844d0bced3bd3ac6624817c741f9a508723..7f6b7495d00ac094a3dbceac728c5fe1c4a0a691 100644 (file)
                            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 ()