emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102783: * lib-src/Makefile.in (EMACS


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102783: * lib-src/Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more.
Date: Fri, 07 Jan 2011 18:34:26 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102783
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2011-01-07 18:34:26 -0800
message:
  * lib-src/Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any 
more.
modified:
  lib-src/ChangeLog
  lib-src/Makefile.in
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2011-01-02 20:28:40 +0000
+++ b/lib-src/ChangeLog 2011-01-08 02:34:26 +0000
@@ -1,3 +1,7 @@
+2011-01-08  Glenn Morris  <address@hidden>
+
+       * Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more.
+
 2011-01-02  Glenn Morris  <address@hidden>
 
        * ebrowse.c (version) <emacs_copyright>:
@@ -7423,12 +7427,11 @@
 
 ;; Local Variables:
 ;; coding: utf-8
-;; add-log-time-zone-rule: t
 ;; End:
 
     Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
        1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
-       2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+       2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -7444,5 +7447,3 @@
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc

=== modified file 'lib-src/Makefile.in'
--- a/lib-src/Makefile.in       2010-10-23 02:46:06 +0000
+++ b/lib-src/Makefile.in       2011-01-08 02:34:26 +0000
@@ -1,6 +1,6 @@
 # Makefile for lib-src subdirectory in GNU Emacs.
 # Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004,
-#   2005, 2006, 2007, 2008, 2009, 2010
+#   2005, 2006, 2007, 2008, 2009, 2010, 2011
 #   Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
@@ -25,7 +25,7 @@
 
 # Following ../lisp/Makefile.in.
 EMACS = ../src/emacs
-EMACSOPT = -batch --no-site-file --multibyte
+EMACSOPT = -batch --no-site-file
 
 # ==================== Things `configure' will edit ====================
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]