diff options
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/wyse50.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/term/wyse50.el b/lisp/term/wyse50.el index 6d72d4a05b6..f06563ebebf 100644 --- a/lisp/term/wyse50.el +++ b/lisp/term/wyse50.el @@ -126,9 +126,9 @@ ;; On such terminals, Emacs should sacrifice the first and last character of ;; each mode line, rather than a whole screen column! (add-hook 'kill-emacs-hook - (function (lambda () (interactive) - (send-string-to-terminal - (concat "\ea23R" (1+ (frame-width)) "C\eG0")))))) + (lambda () (interactive) + (send-string-to-terminal + (concat "\ea23R" (1+ (frame-width)) "C\eG0"))))) (defun enable-arrow-keys () "To be called by `tty-setup-hook'. Overrides 6 Emacs standard keys |