changeset 94996:979f6eb5f1e4

(USAGE1, standard_args): Remove -disable-font-backend.
author Glenn Morris <rgm@gnu.org>
date Thu, 15 May 2008 03:29:14 +0000
parents a46a8a839596
children 81e2fa8a8244
files src/emacs.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Thu May 15 03:28:14 2008 +0000
+++ b/src/emacs.c	Thu May 15 03:29:14 2008 +0000
@@ -261,7 +261,6 @@
 \n\
 --batch                     do not do interactive display; implies -q\n\
 --debug-init                enable Emacs Lisp debugger for init file\n\
---disable-font-backend      do not use font backend (only if compiled)\n\
 --display, -d DISPLAY       use X server DISPLAY\n\
 --multibyte, --no-unibyte   inhibit the effect of EMACS_UNIBYTE\n\
 --no-desktop                do not load a saved desktop\n\
@@ -1807,7 +1806,6 @@
   { "-unibyte", "--unibyte", 81, 0 },
   { "-no-multibyte", "--no-multibyte", 80, 0 },
   { "-nl", "--no-loadup", 70, 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 },