Mercurial > emacs
changeset 71982:df96acbe2970
(Fmap_keymap): Use xsignal1.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 18 Jul 2006 13:28:21 +0000 |
parents | 802436ff7a47 |
children | d9eba6509dd1 |
files | src/keymap.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keymap.c Tue Jul 18 13:28:16 2006 +0000 +++ b/src/keymap.c Tue Jul 18 13:28:21 2006 +0000 @@ -758,7 +758,7 @@ if (INTEGERP (function)) /* We have to stop integers early since map_keymap gives them special significance. */ - Fsignal (Qinvalid_function, Fcons (function, Qnil)); + xsignal1 (Qinvalid_function, function); if (! NILP (sort_first)) return call3 (intern ("map-keymap-internal"), function, keymap, Qt);