branch: elpa/bash-completion
commit 3f2e72b0e7f1c796f19089d26f82704c9418fa37
Author: Stephane Zermatten <szerm...@gmx.net>
Commit: Stephane Zermatten <steph...@fuzzy.zia>

    Provide argument WHEN to make-obsolete for emacs 28.2.
    
    make-obsolete seems to require all 3 arguments in emacs 28.2 and that
    makes the CI break.
---
 bash-completion.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash-completion.el b/bash-completion.el
index 69a4c76919..da692a201c 100644
--- a/bash-completion.el
+++ b/bash-completion.el
@@ -1337,7 +1337,7 @@ memory, but bash-completion.el now uses the completion 
table of
 the Bash process directly."
   (interactive))
 
-(make-obsolete 'bash-completion-refresh "no longer useful.")
+(make-obsolete 'bash-completion-refresh "no longer useful." "3.1.2")
 
 ;;;###autoload
 (defun bash-completion-reset ()

Reply via email to