branch: externals/org
commit 2893eb1ae290d59661f481f557140b538e1d0e78
Author: Kyle Meyer <k...@kyleam.com>
Commit: Kyle Meyer <k...@kyleam.com>

    org.el: Drop subtract-time -> time-subtract alias
    
    time-subtract has been available since Emacs 22.1.
---
 lisp/org.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index 3546e7e..92ac3f5 100644
--- a/lisp/org.el
+++ b/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))
 

Reply via email to