aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorGlenn Morris2011-01-07 18:34:26 -0800
committerGlenn Morris2011-01-07 18:34:26 -0800
commit4967fa34221e7028580c552d31d010b606b8c11b (patch)
tree3e3e96c10a2352eb21ba591c94862b79188545c0 /lib-src
parent9dc3366b13a1ff121aa5ab98d4ea67d38430fc6f (diff)
downloademacs-4967fa34221e7028580c552d31d010b606b8c11b.tar.gz
emacs-4967fa34221e7028580c552d31d010b606b8c11b.zip
* lib-src/Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog9
-rw-r--r--lib-src/Makefile.in4
2 files changed, 7 insertions, 6 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index c9031421cea..f4360272117 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12011-01-08 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more.
4
12011-01-02 Glenn Morris <rgm@gnu.org> 52011-01-02 Glenn Morris <rgm@gnu.org>
2 6
3 * ebrowse.c (version) <emacs_copyright>: 7 * ebrowse.c (version) <emacs_copyright>:
@@ -7423,12 +7427,11 @@
7423 7427
7424;; Local Variables: 7428;; Local Variables:
7425;; coding: utf-8 7429;; coding: utf-8
7426;; add-log-time-zone-rule: t
7427;; End: 7430;; End:
7428 7431
7429 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 7432 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
7430 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 7433 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
7431 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 7434 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
7432 7435
7433 This file is part of GNU Emacs. 7436 This file is part of GNU Emacs.
7434 7437
@@ -7444,5 +7447,3 @@
7444 7447
7445 You should have received a copy of the GNU General Public License 7448 You should have received a copy of the GNU General Public License
7446 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 7449 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
7447
7448;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index b9eea846dc8..81ef74939f3 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -1,6 +1,6 @@
1# Makefile for lib-src subdirectory in GNU Emacs. 1# Makefile for lib-src subdirectory in GNU Emacs.
2# Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2# Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004,
3# 2005, 2006, 2007, 2008, 2009, 2010 3# 2005, 2006, 2007, 2008, 2009, 2010, 2011
4# Free Software Foundation, Inc. 4# Free Software Foundation, Inc.
5 5
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
@@ -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 --multibyte 28EMACSOPT = -batch --no-site-file
29 29
30# ==================== Things `configure' will edit ==================== 30# ==================== Things `configure' will edit ====================
31 31