aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog2
-rw-r--r--lib-src/Makefile.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index f4360272117..1f753b0dc4c 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,7 @@
12011-01-08 Glenn Morris <rgm@gnu.org> 12011-01-08 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (EMACSOPT): Add --no-site-lisp.
4
3 * Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more. 5 * Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more.
4 6
52011-01-02 Glenn Morris <rgm@gnu.org> 72011-01-02 Glenn Morris <rgm@gnu.org>
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 81ef74939f3..ef27adc839f 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -25,7 +25,7 @@ SHELL = /bin/sh
25 25
26# Following ../lisp/Makefile.in. 26# Following ../lisp/Makefile.in.
27EMACS = ../src/emacs 27EMACS = ../src/emacs
28EMACSOPT = -batch --no-site-file 28EMACSOPT = -batch --no-site-file --no-site-lisp
29 29
30# ==================== Things `configure' will edit ==================== 30# ==================== Things `configure' will edit ====================
31 31