summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/binhex.el2
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)