diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index de0673e9cd1..4970e790503 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -2522,7 +2522,7 @@ Return list of symbols found.") | |||
| 2522 | Lisp_Object regexp, predicate; | 2522 | Lisp_Object regexp, predicate; |
| 2523 | { | 2523 | { |
| 2524 | struct gcpro gcpro1, gcpro2; | 2524 | struct gcpro gcpro1, gcpro2; |
| 2525 | CHECK_REGEXP (regexp, 0); | 2525 | CHECK_STRING (regexp, 0); |
| 2526 | apropos_predicate = predicate; | 2526 | apropos_predicate = predicate; |
| 2527 | GCPRO2 (apropos_predicate, apropos_accumulate); | 2527 | GCPRO2 (apropos_predicate, apropos_accumulate); |
| 2528 | apropos_accumulate = Qnil; | 2528 | apropos_accumulate = Qnil; |