(make-help-screen): "?\ " -> "?\s".
This commit is contained in:
parent
5a4689d932
commit
5949f09808
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ and then returns."
|
|||
(progn
|
||||
(if (eq (car-safe char) 'switch-frame)
|
||||
(handle-switch-frame char))
|
||||
(if (memq char '(?\C-v ?\ ))
|
||||
(if (memq char '(?\C-v ?\s))
|
||||
(scroll-up))
|
||||
(if (or (memq char '(?\177 ?\M-v
|
||||
delete backspace))
|
||||
|
|
Loading…
Add table
Reference in a new issue