From 91695ba2d8b69145daa5c9621efee838a14039ef Mon Sep 17 00:00:00 2001 From: qrczak Date: Wed, 7 Feb 2007 12:02:00 +0000 Subject: [PATCH] - This patch is only used in the DEVEL_XFT branch. Changed files: emacs-enable-font-backend.patch -> 1.2 --- emacs-enable-font-backend.patch | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 emacs-enable-font-backend.patch diff --git a/emacs-enable-font-backend.patch b/emacs-enable-font-backend.patch deleted file mode 100644 index 5cd197b..0000000 --- a/emacs-enable-font-backend.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- emacs/src/emacs.c.~1.328.4.41.~ 2007-01-26 07:15:03.000000000 +0100 -+++ emacs/src/emacs.c 2007-02-05 20:35:25.000000000 +0100 -@@ -1408,10 +1408,10 @@ - = argmatch (argv, argc, "-nl", "--no-loadup", 6, NULL, &skip_args); - - #ifdef USE_FONT_BACKEND -- enable_font_backend = 0; -- if (argmatch (argv, argc, "-enable-font-backend", "--enable-font-backend", -+ enable_font_backend = 1; -+ if (argmatch (argv, argc, "-disable-font-backend", "--disable-font-backend", - 4, NULL, &skip_args)) -- enable_font_backend = 1; -+ enable_font_backend = 0; - #endif /* USE_FONT_BACKEND */ - - #ifdef HAVE_X_WINDOWS -@@ -1816,7 +1816,7 @@ - { "-unibyte", "--unibyte", 81, 0 }, - { "-no-multibyte", "--no-multibyte", 80, 0 }, - { "-nl", "--no-loadup", 70, 0 }, -- { "-enable-font-backend", "--enable-font-backend", 65, 0 }, -+ { "-disable-font-backend", "--disable-font-backend", 65, 0 }, - /* -d must come last before the options handled in startup.el. */ - { "-d", "--display", 60, 1 }, - { "-display", 0, 60, 1 }, -- 2.43.0