]> git.eshelyaron.com Git - emacs.git/commit
Fix org-table 65536-second bug
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Aug 2019 01:04:56 +0000 (18:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Aug 2019 01:05:15 +0000 (18:05 -0700)
commit221a3272ad4a1befb41dda2990d672782bc0257f
treefbe6d8a5c451bc61f8945060f6b2d221afe77dc5
parent2197ea89bf5afabc4c52a6499b13e92ae6621554
Fix org-table 65536-second bug

* lisp/org/org-table.el (org-table-message-once-per-second):
Fix bug when clock difference goes past a 65536-second boundary.
Don’t assume particular format for current-time result.
lisp/org/org-table.el