branch: elpa/datetime
commit 248227412d83205c00c98867ba62dbd4c12c2e72
Author: Paul Pogonyshev <pogonys...@gmail.com>
Commit: Paul Pogonyshev <pogonys...@gmail.com>

    Explicitly define when a function became obsolete, required by Emacs 28 
(issue #4).
---
 datetime.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datetime.el b/datetime.el
index 06c413951a..f5d8cd4139 100644
--- a/datetime.el
+++ b/datetime.el
@@ -1521,7 +1521,7 @@ OPTIONS are passed to `datetime-recode-pattern'.  
Currently no
 options can affect result of this function."
   (datetime--pattern-includes-p type pattern options second-fractional))
 
-(define-obsolete-function-alias 'datetime-pattern-includes-millisecond-p 
'datetime-pattern-includes-second-fractionals-p)
+(define-obsolete-function-alias 'datetime-pattern-includes-millisecond-p 
'datetime-pattern-includes-second-fractionals-p "0.6.1")
 
 (defun datetime-pattern-num-second-fractionals (type pattern &rest options)
   "Determine number of second fractional digits in the PATTERN.

Reply via email to