Mercurial > emacs
diff lib-src/Makefile.in @ 112154:3e52c52bbc1a
* lib-src/Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Fri, 07 Jan 2011 18:34:26 -0800 |
| parents | 1529ab88805c |
| children | f07ac5fe9893 |
line wrap: on
line diff
--- a/lib-src/Makefile.in Fri Jan 07 18:31:57 2011 -0800 +++ b/lib-src/Makefile.in Fri Jan 07 18:34:26 2011 -0800 @@ -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 ====================
