EMACS_UNIBYTE trivia.
* make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
This commit is contained in:
parent
78b1832ebf
commit
adbf62ffab
3 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-12-03 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
|
||||
|
||||
2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
|
||||
|
|
4
etc/NEWS
4
etc/NEWS
|
@ -56,8 +56,8 @@ automatically select it.
|
|||
* Startup Changes in Emacs 24.1
|
||||
|
||||
** The --unibyte, --multibyte, --no-multibyte, and --no-unibyte
|
||||
command line arguments no longer have any effect. (They were declared
|
||||
obsolete in Emacs 23.)
|
||||
command line arguments, and the EMACS_UNIBYTE environment variable, no
|
||||
longer have any effect. (They were declared obsolete in Emacs 23.)
|
||||
|
||||
|
||||
* Changes in Emacs 24.1
|
||||
|
|
|
@ -130,7 +130,6 @@ fi
|
|||
### (Accept only absolute file names.)
|
||||
if [ $update = yes ];
|
||||
then
|
||||
unset EMACS_UNIBYTE
|
||||
if [ -f src/emacs ];
|
||||
then
|
||||
EMACS=`pwd`/src/emacs
|
||||
|
|
Loading…
Add table
Reference in a new issue