diff options
| author | Glenn Morris | 2010-12-02 18:54:34 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-12-02 18:54:34 -0800 |
| commit | adbf62ffabe884ccf77c34e7e9f91ead47727112 (patch) | |
| tree | ef27bdb3c3050a90975dbcbd196f11f6b9f5a1ab | |
| parent | 78b1832ebf791fed11beb2de989837b97e7bbffa (diff) | |
| download | emacs-adbf62ffabe884ccf77c34e7e9f91ead47727112.tar.gz emacs-adbf62ffabe884ccf77c34e7e9f91ead47727112.zip | |
EMACS_UNIBYTE trivia.
* make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rwxr-xr-x | make-dist | 1 |
3 files changed, 6 insertions, 3 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-12-03 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing. | ||
| 4 | |||
| 1 | 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h. | 7 | * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h. |
| @@ -56,8 +56,8 @@ automatically select it. | |||
| 56 | * Startup Changes in Emacs 24.1 | 56 | * Startup Changes in Emacs 24.1 |
| 57 | 57 | ||
| 58 | ** The --unibyte, --multibyte, --no-multibyte, and --no-unibyte | 58 | ** The --unibyte, --multibyte, --no-multibyte, and --no-unibyte |
| 59 | command line arguments no longer have any effect. (They were declared | 59 | command line arguments, and the EMACS_UNIBYTE environment variable, no |
| 60 | obsolete in Emacs 23.) | 60 | longer have any effect. (They were declared obsolete in Emacs 23.) |
| 61 | 61 | ||
| 62 | 62 | ||
| 63 | * Changes in Emacs 24.1 | 63 | * Changes in Emacs 24.1 |
| @@ -130,7 +130,6 @@ fi | |||
| 130 | ### (Accept only absolute file names.) | 130 | ### (Accept only absolute file names.) |
| 131 | if [ $update = yes ]; | 131 | if [ $update = yes ]; |
| 132 | then | 132 | then |
| 133 | unset EMACS_UNIBYTE | ||
| 134 | if [ -f src/emacs ]; | 133 | if [ -f src/emacs ]; |
| 135 | then | 134 | then |
| 136 | EMACS=`pwd`/src/emacs | 135 | EMACS=`pwd`/src/emacs |