]> git.eshelyaron.com Git - emacs.git/commitdiff
(USAGE1, standard_args): Remove -disable-font-backend.
authorGlenn Morris <rgm@gnu.org>
Thu, 15 May 2008 03:29:30 +0000 (03:29 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 15 May 2008 03:29:30 +0000 (03:29 +0000)
src/ChangeLog
src/emacs.c

index 660e68bb865825ce824ca9c9d78a49a214136fa6..10796d89ac7d5dd770a025d10d15d37fab344b67 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-15  Glenn Morris  <rgm@gnu.org>
+
+       * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
+
 2008-05-15  Chong Yidong  <cyd@stupidchicken.com>
 
        * fns.c (init_fns): Don't initialize weak_hash_tables here.
index 43d783698f5da00ea750d501116c731d5bbec66e..9fb5c4081f99007292855abd1ea4972659667a9f 100644 (file)
@@ -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 },