; Fix wrong type error in 'eat-term-input-event'
This commit is contained in:
parent
1a52dc1dff
commit
e0fbaf745f
1 changed files with 1 additions and 1 deletions
2
eat.el
2
eat.el
|
@ -4048,7 +4048,7 @@ client process may get confused."
|
|||
(send "\C-h"))
|
||||
((or 'M-backspace
|
||||
(pred (lambda (ev)
|
||||
(and (= (event-basic-type ev) ?\C-?)
|
||||
(and (equal (event-basic-type ev) ?\C-?)
|
||||
(equal (event-modifiers ev) '(meta))))))
|
||||
(send "\e\C-?"))
|
||||
('C-M-backspace
|
||||
|
|
Loading…
Add table
Reference in a new issue