; * lisp/calc/calc.el (calc): Fix typo.

This commit is contained in:
Po Lu 2023-07-14 08:05:21 +08:00
parent a65960c5b9
commit b67a23f3e3

View file

@ -1458,7 +1458,7 @@ See `window-dedicated-p' for what that means."
;; selected window is read only, and no on screen keyboard should
;; be displayed. Make sure that any active on screen keyboard is
;; not hidden by accident.
(let ((touch-screen-display-buffer t))
(let ((touch-screen-display-keyboard t))
(when (get-buffer-window "*Calc Keypad*")
(calc-keypad)
(set-buffer (window-buffer)))