branch: externals/compat
commit 27ad893406509ccafd616e637dc5547088f7a806
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Update version number
---
compat-macs.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compat-macs.el b/compat-macs.el
index 78428425e2..b6876f8f7f 100644
--- a/compat-macs.el
+++ b/compat-macs.el
@@ -187,7 +187,7 @@ If this is not documented on yourself system, you can check
\
(make-obsolete
',name
"Use `compat-call' or `compat-function' instead"
- "29.1"))
+ "29.1.0.0"))
`((defalias ',realname #',(intern (format "compat--%s"
oldname))))))))
(lambda (realname _version)
`(progn
@@ -202,7 +202,7 @@ If this is not documented on yourself system, you can check
\
`((make-obsolete
',name
"Use `compat-call' or `compat-function' instead"
- "29.1")))))
+ "29.1.0.0")))))
(lambda ()
`(not (fboundp ',name)))
rest)))