aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-02-27 04:59:01 +0000
committerGlenn Morris <[email protected]>2008-02-27 04:59:01 +0000
commit253ed25e06c08e75a3fec99f8cc849148f43ebc3 (patch)
treeea305522e8fe30de1f39c34f1ddbd2fbf266a318
parent4fe4d2859f29e71a651fb7d9ef80b835599ad0b2 (diff)
(USAGE1): Add `--disable-font-backend'.
-rw-r--r--src/ChangeLog4
-rw-r--r--src/emacs.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index edb6201161..9dd1358ac3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-27 Glenn Morris <[email protected]>
+
+ * emacs.c (USAGE1): Add `--disable-font-backend'.
+
2008-02-27 Stefan Monnier <[email protected]>
* fileio.c (Finsert_file_contents): Don't reset undo_list if no change
diff --git a/src/emacs.c b/src/emacs.c
index 6702b5e284..6c589ce105 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\