From: Glenn Morris Date: Wed, 27 Feb 2008 04:59:01 +0000 (+0000) Subject: (USAGE1): Add `--disable-font-backend'. X-Git-Tag: emacs-pretest-23.0.90~7635 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=253ed25e06c08e75a3fec99f8cc849148f43ebc3;p=emacs.git (USAGE1): Add `--disable-font-backend'. --- diff --git a/src/ChangeLog b/src/ChangeLog index edb62011614..9dd1358ac3f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-02-27 Glenn Morris + + * emacs.c (USAGE1): Add `--disable-font-backend'. + 2008-02-27 Stefan Monnier * fileio.c (Finsert_file_contents): Don't reset undo_list if no change diff --git a/src/emacs.c b/src/emacs.c index 6702b5e2846..6c589ce1050 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -263,6 +263,7 @@ 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\