]> git.eshelyaron.com Git - emacs.git/commit
Cleanup around mature character manipulation functions
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 30 Jun 2016 05:37:46 +0000 (08:37 +0300)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 30 Jun 2016 05:37:46 +0000 (08:37 +0300)
commit4bd3503991e501690b30c3415d4641efb6e1de3a
tree07be08f92ed57419d6179cf7de3e97b74cee2dbe
parent681d3f1f582d9b549f41ef1eacff42abb98f878d
Cleanup around mature character manipulation functions

* lisp/international/mule-diag.el (decode-codepage-char): Remove.

* lisp/ldefs-boot.el (toplevel): Adjust accordingly.

* lisp/subr.el (toplevel): Do not advertise calling conventions
for 'decode-char' and 'encode-char'.

* src/charset.c (Fdecode_char, Fencode_char): Remove unused 3rd arg.
lisp/international/mule-diag.el
lisp/ldefs-boot.el
lisp/subr.el
src/charset.c