Mercurial > emacs
comparison etc/NEWS @ 109956:ce960720ed3f
Make obsolete --unibyte argument do nothing (Bug#6886).
* src/emacs.c (main): Remove --unibyte handling (Bug#6886).
* lisp/startup.el (command-line-1): Issue warning for ignored arguments
--unibyte, etc (Bug#6886).
* doc/lispref/nonascii.texi (Text Representations):
* doc/lispref/loading.texi (Loading Non-ASCII):
* doc/lispref/compile.texi (Byte Compilation): Don't mention obsolete
--unibyte command-line argument.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 22 Aug 2010 17:15:20 -0400 |
parents | 3db1493a6f89 |
children | 894f06878a7e |
comparison
equal
deleted
inserted
replaced
109955:4ed076eb5529 | 109956:ce960720ed3f |
---|---|
56 Type `C-u C-h t' to choose it in case your language setup doesn't | 56 Type `C-u C-h t' to choose it in case your language setup doesn't |
57 automatically select it. | 57 automatically select it. |
58 | 58 |
59 | 59 |
60 * Startup Changes in Emacs 24.1 | 60 * Startup Changes in Emacs 24.1 |
61 | |
62 ** The --unibyte, --multibyte, --no-multibyte, and --no-unibyte | |
63 command line arguments no longer have any effect. (They were declared | |
64 obsolete in Emacs 23.) | |
61 | 65 |
62 | 66 |
63 * Changes in Emacs 24.1 | 67 * Changes in Emacs 24.1 |
64 | 68 |
65 ** New emacsclient argument --parent-id ID can be used to open a | 69 ** New emacsclient argument --parent-id ID can be used to open a |