branch: externals/gnat-compiler
commit 5b0d334fd9c4d30b2e5ab478610facf7efc807e4
Author: Stephen Leake <stephen_le...@stephe-leake.org>
Commit: Stephen Leake <stephen_le...@stephe-leake.org>

    * ELPA.make (EMACS_EXE): Delete harfbuzz workaround
---
 ELPA.make | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ELPA.make b/ELPA.make
index a9377cdb18..157c9a0371 100644
--- a/ELPA.make
+++ b/ELPA.make
@@ -12,8 +12,7 @@ EMACS_EXE ?= "/Applications/Emacs.app/Contents/MacOS/Emacs"
 
 else
 # windows
-# specify uniscribe to workaround weird Windows harfbuzz bug
-EMACS_EXE ?= emacs -xrm Emacs.fontBackend:uniscribe
+EMACS_EXE ?= emacs
 WISI ?= c:/Projects/elpa/packages/wisi
 
 endif

Reply via email to