org.el: Drop subtract-time -> time-subtract alias

time-subtract has been available since Emacs 22.1.
This commit is contained in:
Kyle Meyer 2021-10-04 23:41:02 -04:00
parent 0ae701f7fd
commit 2893eb1ae2
1 changed files with 0 additions and 1 deletions

View File

@ -4798,7 +4798,6 @@ This is for getting out of special buffers like capture.")
;; Other stuff we need.
(require 'time-date)
(unless (fboundp 'time-subtract) (defalias 'time-subtract 'subtract-time))
(when (< emacs-major-version 28) ; preloaded in Emacs 28
(require 'easymenu))