Max Nikulin <maniku...@gmail.com> writes: > Will it help to create files like org-fwd.el with function declarations > to allow other packages (even from org-mode) to use "(require > 'org-fwd.el)" instead of adding a lot of `declare-function' forms that > must be kept in sync with function definitions?
It is an interesting idea, though I would not put a priority on such a change. Also, properly fixing circular dependencies will be even better. The current situation highlights the inconsistencies of our current code design. Best, Ihor