* lisp/subr.el (decode-char, encode-char): Use advertised-calling-convention
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 3 Oct 2013 04:41:23 +0000 (00:41 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 3 Oct 2013 04:41:23 +0000 (00:41 -0400)
commit328a8179fec33f5a75e2cfe22e43f4ec0df770b7
tree1c58ada4da59ca904b6afba923eb6159665a1655
parent15a1e936a0c2bf239d71239bb9899a9177599973
* lisp/subr.el (decode-char, encode-char): Use advertised-calling-convention
instead of the docstring to discourage use of the `restriction' arg.
(error): Use `declare'.
* src/charset.c (Fdecode_char, Fencode_char): Remove description of
`restriction' arg. now that it's hidden by advertised-calling-convention.
lisp/ChangeLog
lisp/subr.el
src/ChangeLog
src/charset.c