summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-12-02 18:54:34 -0800
committerGlenn Morris <rgm@gnu.org>2010-12-02 18:54:34 -0800
commitadbf62ffabe884ccf77c34e7e9f91ead47727112 (patch)
treeef27bdb3c3050a90975dbcbd196f11f6b9f5a1ab /make-dist
parent78b1832ebf791fed11beb2de989837b97e7bbffa (diff)
downloademacs-adbf62ffabe884ccf77c34e7e9f91ead47727112.tar.gz
EMACS_UNIBYTE trivia.
* make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist1
1 files changed, 0 insertions, 1 deletions
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