diff options
| author | Stefan Monnier | 2013-10-03 00:41:23 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-10-03 00:41:23 -0400 |
| commit | 328a8179fec33f5a75e2cfe22e43f4ec0df770b7 (patch) | |
| tree | 1c58ada4da59ca904b6afba923eb6159665a1655 /lisp/ChangeLog | |
| parent | 15a1e936a0c2bf239d71239bb9899a9177599973 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-10-03 Daiki Ueno <ueno@gnu.org> | 7 | 2013-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 |