# HG changeset patch # User Dave Love # Date 891949698 0 # Node ID 4b59242b8a49bbe32466f7ff8957a787b44f70ed # Parent 4370dfe3cfb3d6260c177a3f0646010ed01c54fa (main): Obey environment variable EMACS_UNIBYTE as alternative to --unibyte. diff -r 4370dfe3cfb3 -r 4b59242b8a49 src/emacs.c --- a/src/emacs.c Tue Apr 07 08:56:13 1998 +0000 +++ b/src/emacs.c Tue Apr 07 11:48:18 1998 +0000 @@ -735,7 +735,8 @@ buffers and strings. We need to handle this before calling init_lread, init_editfns and other places that generate Lisp strings from text in the environment. */ - if (argmatch (argv, argc, "-unibyte", "--unibyte", 4, NULL, &skip_args)) + if ((argmatch (argv, argc, "-unibyte", "--unibyte", 4, NULL, &skip_args)) + || getenv ("EMACS_UNIBYTE")) { Lisp_Object symbol; symbol = intern ("default-enable-multibyte-characters"); @@ -784,7 +785,7 @@ printf ("\ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\ [-q] [--no-init-file] [-u user] [--user user] [--debug-init]\n\ - [--version] [--no-site-file] [--unibyte]\n\ + [--version] [--no-site-file]\n\ [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ [+linenum] file-to-visit [--kill]\n\ Report bugs to bug-gnu-emacs@prep.ai.mit.edu. First, please see\n\