diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1599,7 +1599,7 @@ Also accepts Space to mean yes, or Delete to mean no.") | |||
| 1599 | QUIT; | 1599 | QUIT; |
| 1600 | 1600 | ||
| 1601 | key = Fmake_vector (make_number (1), obj); | 1601 | key = Fmake_vector (make_number (1), obj); |
| 1602 | def = Flookup_key (map, key); | 1602 | def = Flookup_key (map, key, Qt); |
| 1603 | answer_string = Fsingle_key_description (obj); | 1603 | answer_string = Fsingle_key_description (obj); |
| 1604 | 1604 | ||
| 1605 | if (EQ (def, intern ("skip"))) | 1605 | if (EQ (def, intern ("skip"))) |