Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4967fa34
Commit
4967fa34
authored
Jan 07, 2011
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lib-src/Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more.
parent
9dc3366b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
lib-src/ChangeLog
lib-src/ChangeLog
+5
-4
lib-src/Makefile.in
lib-src/Makefile.in
+2
-2
No files found.
lib-src/ChangeLog
View file @
4967fa34
2011-01-08 Glenn Morris <rgm@gnu.org>
* Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more.
2011-01-02 Glenn Morris <rgm@gnu.org>
* 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
lib-src/Makefile.in
View file @
4967fa34
# 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 @@ SHELL = /bin/sh
# Following ../lisp/Makefile.in.
EMACS
=
../src/emacs
EMACSOPT
=
-batch
--no-site-file
--multibyte
EMACSOPT
=
-batch
--no-site-file
# ==================== Things `configure' will edit ====================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment