From: Glenn Morris Date: Fri, 3 Dec 2010 02:54:34 +0000 (-0800) Subject: EMACS_UNIBYTE trivia. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~75 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=adbf62ffabe884ccf77c34e7e9f91ead47727112;p=emacs.git EMACS_UNIBYTE trivia. * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing. --- diff --git a/ChangeLog b/ChangeLog index 7821249e07e..770f05e6c1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-12-03 Glenn Morris + + * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing. + 2010-11-23 Dan Nicolaescu * configure.in : Remove sys/ioctl.h. diff --git a/etc/NEWS b/etc/NEWS index 5e16f45530f..c492809ca0e 100644 --- a/etc/NEWS +++ b/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 diff --git a/make-dist b/make-dist index 44895b91524..7f7b01112ae 100755 --- a/make-dist +++ b/make-dist @@ -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