projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9af1ed
)
* lisp/mail/binhex.el (binhex-char-int): Add missing release
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 30 Oct 2020 02:40:03 +0000
(22:40 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 30 Oct 2020 02:40:03 +0000
(22:40 -0400)
lisp/mail/binhex.el
patch
|
blob
|
history
diff --git
a/lisp/mail/binhex.el
b/lisp/mail/binhex.el
index 431c681be0150e8ead34cd9f44bd3d0152c7d94a..035bb32fa126a2194183c84554795894288ae17c 100644
(file)
--- 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)