Merge from origin/emacs-29

4776d90c31 Add new Tramp test
ca5b48fd76 Fix tmm-mid-prompt :type (Bug#66179)
7447d3df94 Fix tree-sitter indentation conflict with multiple languages
bee18e5273 Fix bug#66093 in Tramp
7d5fee0fea Support regeneration of ja-dic.el under '--with-small-ja-...

Conflicts:
	make-dist
This commit is contained in:
Eli Zaretskii
2023-09-30 13:50:07 -04:00
10 changed files with 88 additions and 14 deletions

View File

@@ -137,7 +137,7 @@ public final class EmacsDesktopNotification
priority = Notification.PRIORITY_HIGH;
break;
}
notification = (new Notification.Builder (context)
.setContentTitle (title)
.setContentText (content)