mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-17 00:30:37 -08:00
Optimize R8 configuration
* java/org/gnu/emacs/EmacsWindowManager.java (WindowConsumer): Mark as package-local. * java/proguard.conf: List only symbols that must be preserved, enabling R8 to optimize the remainder.
This commit is contained in:
parent
7720c614af
commit
b9acfd7c2b
2 changed files with 35 additions and 6 deletions
|
|
@ -84,7 +84,7 @@ public final class EmacsWindowManager
|
|||
MANAGER = new EmacsWindowManager ();
|
||||
};
|
||||
|
||||
public interface WindowConsumer
|
||||
interface WindowConsumer
|
||||
{
|
||||
public void attachWindow (EmacsWindow window);
|
||||
public EmacsWindow getAttachedWindow ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue