emacs-diffs
[Top][All Lists]
Advanced

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

master 3e63213: * lisp/mail/binhex.el (binhex-char-int): Add missing rel


From: Stefan Monnier
Subject: master 3e63213: * lisp/mail/binhex.el (binhex-char-int): Add missing release
Date: Thu, 29 Oct 2020 22:40:08 -0400 (EDT)

branch: master
commit 3e63213a1fef16ffe38a5024a83d8782e98aabe1
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * lisp/mail/binhex.el (binhex-char-int): Add missing release
---
 lisp/mail/binhex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mail/binhex.el b/lisp/mail/binhex.el
index 431c681..035bb32 100644
--- a/lisp/mail/binhex.el
+++ b/lisp/mail/binhex.el
@@ -317,7 +317,7 @@ If HEADER-ONLY is non-nil only decode header and return 
filename."
       (binhex-decode-region-external start end)
     (binhex-decode-region-internal start end)))
 
-(define-obsolete-function-alias 'binhex-char-int #'identity)
+(define-obsolete-function-alias 'binhex-char-int #'identity "28.1")
 
 (provide 'binhex)
 



reply via email to

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