From 3e63213a1fef16ffe38a5024a83d8782e98aabe1 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 29 Oct 2020 22:40:03 -0400 Subject: [PATCH] * 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 431c681be01..035bb32fa12 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) -- 2.39.2