diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2020-10-29 22:40:03 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2020-10-29 22:40:03 -0400 |
commit | 3e63213a1fef16ffe38a5024a83d8782e98aabe1 (patch) | |
tree | 16720919674787324ce1d8671e1970e900cff384 /lisp | |
parent | e9af1ed44ec50ae2384946bb81ee2f86fa6f1431 (diff) | |
download | emacs-3e63213a1fef16ffe38a5024a83d8782e98aabe1.tar.gz emacs-3e63213a1fef16ffe38a5024a83d8782e98aabe1.tar.bz2 emacs-3e63213a1fef16ffe38a5024a83d8782e98aabe1.zip |
* lisp/mail/binhex.el (binhex-char-int): Add missing release
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/binhex.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |