emacs/lisp/textmodes
Paul Eggert 3aee7be62e Avoid unnecessary rounding errors in timestamps
Avoid the rounding errors of float-time when it’s easy.  E.g.,
replace (< (float-time a) (float-time b)) with (time-less-p a b).
* lisp/desktop.el (desktop-save):
* lisp/ecomplete.el (ecomplete-add-item):
* lisp/epg.el (epg-wait-for-completion):
* lisp/files.el (dir-locals-find-file, dir-locals-read-from-dir):
* lisp/image-dired.el (image-dired-get-thumbnail-image)
(image-dired-create-thumb-1):
* lisp/info.el (info-insert-file-contents):
* lisp/ls-lisp.el (ls-lisp-format-time):
* lisp/net/ange-ftp.el (ange-ftp-file-newer-than-file-p)
(ange-ftp-verify-visited-file-modtime):
* lisp/net/rcirc.el (rcirc-ctcp-sender-PING):
* lisp/textmodes/remember.el (remember-store-in-mailbox):
* lisp/url/url-cookie.el (url-cookie-expired-p):
Bypass float-time to avoid rounding errors.

* lisp/files.el (dir-locals-find-file):
2017-10-22 01:07:32 -07:00
..
artist.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
bib-mode.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
bibtex-style.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
bibtex.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
conf-mode.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
css-mode.el Fix indentation bug in multi-line CSS selectors 2017-10-13 21:57:52 +02:00
dns-mode.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
enriched.el Disable execution of unsafe Lisp by Enriched Text mode 2017-09-16 12:45:24 +03:00
fill.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
flyspell.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ispell.el Fix errors in flyspell-post-command-hook 2017-09-19 19:32:09 +03:00
less-css-mode.el ; Typo fixes, mostly repeated words 2017-10-09 22:55:06 -07:00
makeinfo.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
mhtml-mode.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
nroff-mode.el Prefer HTTPS to HTTP for gnu.org 2017-10-01 19:59:01 -07:00
page-ext.el Fix last change to textmodes/page-ext.el 2017-09-16 20:10:31 -04:00
page.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
paragraphs.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
picture.el ; Typo fixes, mostly repeated words 2017-10-09 22:55:06 -07:00
po.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
refbib.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
refer.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
refill.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
reftex-auc.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
reftex-cite.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
reftex-dcr.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
reftex-global.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
reftex-index.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
reftex-parse.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
reftex-ref.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
reftex-sel.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
reftex-toc.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
reftex-vars.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
reftex.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
remember.el Avoid unnecessary rounding errors in timestamps 2017-10-22 01:07:32 -07:00
rst.el Fix Edebug spec for cl-defun (bug#24255) 2017-10-16 11:09:29 -07:00
sgml-mode.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
table.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
tex-mode.el Prefer HTTPS to HTTP for gnu.org 2017-10-01 19:59:01 -07:00
texinfmt.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
texinfo.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
texnfo-upd.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
text-mode.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
tildify.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
two-column.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
underline.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00