Browse Source

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

time-subtract has been available since Emacs 22.1.
Kyle Meyer 3 năm trước cách đây
mục cha
commit
2893eb1ae2
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      lisp/org.el

+ 0 - 1
lisp/org.el

@@ -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))