aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-10-03 00:41:23 -0400
committerStefan Monnier2013-10-03 00:41:23 -0400
commit328a8179fec33f5a75e2cfe22e43f4ec0df770b7 (patch)
tree1c58ada4da59ca904b6afba923eb6159665a1655 /lisp/ChangeLog
parent15a1e936a0c2bf239d71239bb9899a9177599973 (diff)
downloademacs-328a8179fec33f5a75e2cfe22e43f4ec0df770b7.tar.gz
emacs-328a8179fec33f5a75e2cfe22e43f4ec0df770b7.zip
* 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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9fa9d0c5076..a0eeb4a47bd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * subr.el (error): Use `declare'.
4 (decode-char, encode-char): Use advertised-calling-convention instead
5 of the docstring to discourage use of the `restriction' arg.
6
12013-10-03 Daiki Ueno <ueno@gnu.org> 72013-10-03 Daiki Ueno <ueno@gnu.org>
2 8
3 * epg.el (epg-verify-file): Add a comment saying that it does not 9 * epg.el (epg-verify-file): Add a comment saying that it does not