]> git.pld-linux.org Git - packages/emacs.git/commitdiff
- This patch is only used in the DEVEL_XFT branch.
authorqrczak <qrczak@pld-linux.org>
Wed, 7 Feb 2007 12:02:00 +0000 (12:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    emacs-enable-font-backend.patch -> 1.2

emacs-enable-font-backend.patch [deleted file]

diff --git a/emacs-enable-font-backend.patch b/emacs-enable-font-backend.patch
deleted file mode 100644 (file)
index 5cd197b..0000000
+++ /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 },
This page took 0.041058 seconds and 4 git commands to generate.