Mercurial > emacs
changeset 72188:6100ca974994
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 29 Jul 2006 22:03:14 +0000 |
parents | a17769ba1089 |
children | bcf3943d4884 |
files | src/coding.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Sat Jul 29 15:05:50 2006 +0000 +++ b/src/coding.c Sat Jul 29 22:03:14 2006 +0000 @@ -7539,6 +7539,9 @@ return Fcons (val, val); if (! NILP (Ffboundp (val))) { + /* We use call1 rather than safe_call1 + so as to get bug reports about functions called here + which don't handle the current interface. */ val = call1 (val, Flist (nargs, args)); if (CONSP (val)) return val;