emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Po Lu
Subject: feature/android b67a23f3e32: ; * lisp/calc/calc.el (calc): Fix typo.
Date: Thu, 13 Jul 2023 20:06:57 -0400 (EDT)

branch: feature/android
commit b67a23f3e32927df7c3f6ab27944f86856050e6a
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * lisp/calc/calc.el (calc): Fix typo.
---
 lisp/calc/calc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index c0e68ceab0c..652cb8c1a88 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]