Mercurial > emacs
changeset 14099:6215cbb7f702
(Fapropos_internal): Fix previous change.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 09 Jan 1996 03:16:51 +0000 |
parents | aa682cae5c89 |
children | 0950fefc4bd1 |
files | src/keymap.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;