]> git.eshelyaron.com Git - emacs.git/commit
Pacify byte compiler etc. on org-compat, org-macs
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Apr 2022 20:40:13 +0000 (13:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Apr 2022 20:41:35 +0000 (13:41 -0700)
commitfa1a7ac617619ef015e02e72950eef219ec62336
tree38c789338881e65fe4f1b194bfec3096defc6ce0
parent083d2708f9ec7f09712488a99fc9eedd3d594ff6
Pacify byte compiler etc. on org-compat, org-macs

Byte-compiler problem reported by Lars Ingebrigtsen in:
https://lists.gnu.org/r/emacs-devel/2022-04/msg01256.html
* lisp/org/org-compat.el (org-at-table.el-p):
Now declared in org-table, not org.
(org-string-collate-lessp): Define the ersatz
org-string-collate-lessp with the same API as the primary form, to
pacify check-declare-file when run on org-macs.
* lisp/org/org-macs.el (org-time-convert-to-integer): Declare.
lisp/org/org-compat.el
lisp/org/org-macs.el