1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
emacs/lisp/org
Paul Eggert c75f505dea Prefer nil to (current-time) when either works
* doc/misc/gnus.texi (Category Syntax):
* lisp/allout-widgets.el (allout-widgets-post-command-business):
* lisp/cedet/ede/detect.el (ede-detect-qtest):
* lisp/cedet/pulse.el (pulse-momentary-highlight-overlay)
(pulse-tick):
* lisp/cedet/semantic.el (bovinate):
* lisp/cedet/semantic/analyze.el:
(semantic-analyze-current-symbol-default, semantic-adebug-analyze):
* lisp/cedet/semantic/analyze/refs.el (semantic-analyze-current-tag):
* lisp/cedet/semantic/lex.el (semantic-lex-test):
* lisp/cedet/semantic/symref/filter.el:
(semantic-symref-test-count-hits-in-tag):
* lisp/cedet/srecode/dictionary.el (srecode-adebug-dictionary):
* lisp/cedet/srecode/map.el (srecode-adebug-maps):
* lisp/desktop.el (desktop-create-buffer):
* lisp/emacs-lisp/benchmark.el (benchmark-elapse):
* lisp/emacs-lisp/elp.el (elp--make-wrapper):
* lisp/epa.el (epa--show-key):
* lisp/erc/erc.el (erc-lurker-cleanup, erc-lurker-p):
* lisp/gnus/gnus-agent.el (gnus-agent-fetch-articles)
(gnus-agent-expire-group-1, gnus-agent-store-article):
* lisp/gnus/gnus-art.el (article-lapsed-string):
* lisp/gnus/gnus-cloud.el (gnus-cloud-update-newsrc-data)
(gnus-cloud-collect-full-newsrc):
* lisp/gnus/gnus-group.el (gnus-group-timestamp-delta):
* lisp/gnus/gnus-html.el (gnus-html-cache-expired):
* lisp/gnus/gnus-score.el (gnus-score-load-file)
(gnus-decay-scores):
* lisp/gnus/nndiary.el (nndiary-expired-article-p):
* lisp/gnus/nnmail.el (nnmail-expired-article-p):
* lisp/gnus/nnmaildir.el (nnmaildir--scan):
* lisp/gnus/score-mode.el (gnus-score-edit-insert-date):
* lisp/image/gravatar.el (gravatar-cache-expired):
* lisp/net/newst-backend.el (newsticker--image-get)
(newsticker--cache-mark-expired):
* lisp/nxml/rng-maint.el (rng-time-function):
* lisp/org/org-agenda.el (org-agenda-to-appt):
* lisp/org/org-clock.el (org-clock-resolve-clock)
(org-clock-resolve, org-resolve-clocks-if-idle):
* lisp/org/org-colview.el (org-columns-edit-value, org-columns)
(org-columns-compute-all, org-agenda-columns):
* lisp/org/org-element.el (org-element--cache-interrupt-p)
(org-element--cache-sync):
* lisp/org/org-habit.el (org-habit-get-faces)
(org-habit-insert-consistency-graphs):
* lisp/org/org-indent.el (org-indent-add-properties):
* lisp/org/org-timer.el (org-timer-start)
(org-timer-pause-or-continue, org-timer-seconds)
(org-timer-show-remaining-time, org-timer-set-timer):
* lisp/org/org.el (org-babel-load-file, org-current-time)
(org-today, org-auto-repeat-maybe, org-read-date-analyze)
(org-small-year-to-year, org-goto-calendar):
* lisp/org/ox.el (org-export-insert-default-template):
* lisp/time.el (emacs-uptime):
* lisp/type-break.el (type-break-mode, type-break)
(type-break-time-warning-schedule, type-break-check):
* lisp/url/url-cache.el (url-cache-expired):
* lisp/url/url.el (url-retrieve-synchronously):
* test/lisp/char-fold-tests.el (char-fold--speed-test):
* test/manual/cedet/semantic-ia-utest.el:
(semantic-symref-test-count-hits-in-tag):
* test/manual/cedet/semantic-tests.el (semantic-idle-pnf-test)
(semantic-lex-test-full-depth):
Use nil instead of (current-time) where either will do, as nil is
a bit more efficient and should have less timing error.
2017-10-20 19:42:23 -07:00
..
ChangeLog.1 Prefer HTTPS to HTTP for gnu.org 2017-10-01 19:59:01 -07:00
ob-abc.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-asymptote.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-awk.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-C.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ob-calc.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-clojure.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ob-comint.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-coq.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-core.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ob-css.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-ditaa.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-dot.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-ebnf.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-emacs-lisp.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-eval.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-exp.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ob-forth.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-fortran.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-gnuplot.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ob-groovy.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-haskell.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-hledger.el Update Org to v9.1.2 2017-10-05 21:30:05 +02:00
ob-io.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-J.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-java.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-js.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-keys.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-latex.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-ledger.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-lilypond.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ob-lisp.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-lob.el Update Org to v9.1.2 2017-10-05 21:30:05 +02:00
ob-lua.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ob-makefile.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-matlab.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-maxima.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ob-mscgen.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-ocaml.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-octave.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-org.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-perl.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-picolisp.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-plantuml.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ob-processing.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-python.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-R.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ob-ref.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-ruby.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-sass.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-scheme.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ob-screen.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-sed.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-shell.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-shen.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-sql.el ; Spelling fixes 2017-09-29 16:41:50 -07:00
ob-sqlite.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ob-stan.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-table.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ob-tangle.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ob-vala.el ; Standardize license notices 2017-09-29 12:49:19 -04:00
ob.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
org-agenda.el Prefer nil to (current-time) when either works 2017-10-20 19:42:23 -07:00
org-archive.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
org-attach.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
org-bbdb.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
org-bibtex.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
org-capture.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
org-clock.el Prefer nil to (current-time) when either works 2017-10-20 19:42:23 -07:00
org-colview.el Prefer nil to (current-time) when either works 2017-10-20 19:42:23 -07:00
org-compat.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
org-crypt.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
org-ctags.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
org-datetree.el ; Spelling fixes 2017-09-29 16:41:50 -07:00
org-docview.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
org-duration.el ; Standardize license notices 2017-09-29 12:49:19 -04:00
org-element.el Prefer nil to (current-time) when either works 2017-10-20 19:42:23 -07:00
org-entities.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
org-eshell.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
org-eww.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
org-faces.el ; Typo fixes, mostly repeated words 2017-10-09 22:55:06 -07:00
org-feed.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
org-footnote.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
org-gnus.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
org-habit.el Prefer nil to (current-time) when either works 2017-10-20 19:42:23 -07:00
org-id.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
org-indent.el Prefer nil to (current-time) when either works 2017-10-20 19:42:23 -07:00
org-info.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
org-inlinetask.el ; Spelling fixes 2017-10-09 22:55:05 -07:00
org-install.el
org-irc.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
org-lint.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
org-list.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
org-macro.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
org-macs.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
org-mhe.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
org-mobile.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
org-mouse.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
org-pcomplete.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
org-plot.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
org-protocol.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
org-rmail.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
org-src.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
org-table.el Update Org to v9.1.2 2017-10-05 21:30:05 +02:00
org-timer.el Prefer nil to (current-time) when either works 2017-10-20 19:42:23 -07:00
org-version.el Update Org to v9.1.2 2017-10-05 21:30:05 +02:00
org-w3m.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
org.el Prefer nil to (current-time) when either works 2017-10-20 19:42:23 -07:00
ox-ascii.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ox-beamer.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ox-html.el Update Org to v9.1.2 2017-10-05 21:30:05 +02:00
ox-icalendar.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ox-latex.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ox-man.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ox-md.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ox-odt.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ox-org.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ox-publish.el Update Org to v9.1.2 2017-10-05 21:30:05 +02:00
ox-texinfo.el Update Org to v9.1.1 2017-09-18 12:01:12 +02:00
ox.el Prefer nil to (current-time) when either works 2017-10-20 19:42:23 -07:00