summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-05-15 03:29:30 +0000
committerGlenn Morris <rgm@gnu.org>2008-05-15 03:29:30 +0000
commit6b33da9fcf8df12a009e461265fbd28c390b2be8 (patch)
tree69946cdb2ceab6c623099a4521da8509bad9eda4 /src/emacs.c
parentb9b1cc1463ecd712077a63f83eb28cddfe85ac47 (diff)
downloademacs-6b33da9fcf8df12a009e461265fbd28c390b2be8.tar.gz
(USAGE1, standard_args): Remove -disable-font-backend.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 43d783698f5..9fb5c4081f9 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -261,7 +261,6 @@ Initialization options:\n\
\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 @@ struct standard_args standard_args[] =
{ "-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 },