# HG changeset patch # User Glenn Morris # Date 1210822154 0 # Node ID 979f6eb5f1e4d65c659e12b5235d167d04f4658f # Parent a46a8a839596d2e492b7710139c66a45765470d5 (USAGE1, standard_args): Remove -disable-font-backend. diff -r a46a8a839596 -r 979f6eb5f1e4 src/emacs.c --- 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 },