]> git.eshelyaron.com Git - emacs.git/commitdiff
EMACS_UNIBYTE trivia.
authorGlenn Morris <rgm@gnu.org>
Fri, 3 Dec 2010 02:54:34 +0000 (18:54 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 3 Dec 2010 02:54:34 +0000 (18:54 -0800)
* make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.

ChangeLog
etc/NEWS
make-dist

index 7821249e07ea597e4a1fd7081b832744ad771982..770f05e6c1bc5999045721ab7e7c3474443d60c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 5e16f45530fc5193a40d50ddf4ea0811c45a4838..c492809ca0e2a5d89ba32cd079c945acb3b50bae 100644 (file)
--- 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.)
 
 \f
 * Changes in Emacs 24.1
index 44895b915241499bb0e74e6e855801769c109334..7f7b01112ae2a74b8228e742ced622da38441c7a 100755 (executable)
--- 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