diff options
| author | Karl Heuer | 1996-01-09 03:16:51 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-09 03:16:51 +0000 |
| commit | 9cd8b13ac2b78cbf576352f38a68a806bf03bc99 (patch) | |
| tree | 5a8a58ad2e168fa3bdffa5503e27b1186c067f47 /src/keymap.c | |
| parent | b9d613cc8a74e91de3bbdf3e01fbc74f42477840 (diff) | |
| download | emacs-9cd8b13ac2b78cbf576352f38a68a806bf03bc99.tar.gz emacs-9cd8b13ac2b78cbf576352f38a68a806bf03bc99.zip | |
(Fapropos_internal): Fix previous change.
Diffstat (limited to 'src/keymap.c')
| -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; |