emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/bash-completion 3f2e72b0e7 5/6: Provide argument WHEN to m


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion 3f2e72b0e7 5/6: Provide argument WHEN to make-obsolete for emacs 28.2.
Date: Thu, 26 Jan 2023 15:58:46 -0500 (EST)

branch: elpa/bash-completion
commit 3f2e72b0e7f1c796f19089d26f82704c9418fa37
Author: Stephane Zermatten <szermatt@gmx.net>
Commit: Stephane Zermatten <stephane@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

[Prev in Thread] Current Thread [Next in Thread]