* lisp/mail/binhex.el (binhex-char-int): Add missing release

This commit is contained in:
Stefan Monnier 2020-10-29 22:40:03 -04:00
parent e9af1ed44e
commit 3e63213a1f

View file

@ -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)