Mercurial > emacs
diff src/keymap.c @ 71982:df96acbe2970
(Fmap_keymap): Use xsignal1.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Tue, 18 Jul 2006 13:28:21 +0000 |
| parents | 838fd2b04ce0 |
| children | 91ea8d22ef60 8a8e69664178 |
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);
