Mercurial > emacs
diff src/keymap.c @ 14099:6215cbb7f702
(Fapropos_internal): Fix previous change.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Tue, 09 Jan 1996 03:16:51 +0000 |
| parents | 439185f0ef37 |
| children | d0b95da4f1f2 |
line wrap: on
line diff
--- a/src/keymap.c Tue Jan 09 03:01:48 1996 +0000 +++ b/src/keymap.c Tue Jan 09 03:16:51 1996 +0000 @@ -2522,7 +2522,7 @@ Lisp_Object regexp, predicate; { struct gcpro gcpro1, gcpro2; - CHECK_REGEXP (regexp, 0); + CHECK_STRING (regexp, 0); apropos_predicate = predicate; GCPRO2 (apropos_predicate, apropos_accumulate); apropos_accumulate = Qnil;
