From 253ed25e06c08e75a3fec99f8cc849148f43ebc3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 27 Feb 2008 04:59:01 +0000 Subject: [PATCH] (USAGE1): Add `--disable-font-backend'. --- src/ChangeLog | 4 ++++ src/emacs.c | 1 + 2 files changed, 5 insertions(+) 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\ -- 2.39.5