1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-08 23:40:24 -08:00

Merge from origin/emacs-29

4767f5eaee Better fix for bug#65156
dd1d8414b3 Fix insert-file-contents with pipes and /dev/stdin
50649a6d1a ; * etc/PROBLEMS: Fix wording.
f0dda682ff ; * etc/NEWS.28: Add deletion of levents.el.
f4acae842c Fix bug#65042
e1874c4e8b * configure.ac (HAVE_TREE_SITTER): Set NEED_DYNLIB=yes (b...
ef8838c3a5 * etc/NEWS: Mention tramp-show-ad-hoc-proxies.
495bee253f * test/lisp/net/tramp-tests.el (tramp-test42-utf8): Skip ...
de1effd73b ; Fix last change
7c7966862b * test/lisp/net/tramp-tests.el (tramp-test10-write-region...
16205e8db6 ; Improve help-echo in package.el
a95e700698 ; Filter packages available for upgrade via menu bar
adff72dd1d Fix reverting Rmail buffers
This commit is contained in:
Eli Zaretskii 2023-08-12 13:42:14 -04:00
commit b289f0769f
13 changed files with 113 additions and 749 deletions

View file

@ -1356,7 +1356,7 @@ public final class EmacsWindow extends EmacsHandleObject
if (on)
view.showOnScreenKeyboard ();
else
view.hideOnScreenKeyboard ();
view.hideOnScreenKeyboard ();
}
});
}