aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Brown2014-04-09 17:16:37 -0400
committerKen Brown2014-04-09 17:16:37 -0400
commit0cccc183d7530d342e7970f4544cdf70e3327cb6 (patch)
tree53838100f6169119fb7d3c7edcea5826f9a1e6c5 /src
parent50c9a9b8a871ce281b43a196bd912f3d2fdda5fa (diff)
downloademacs-0cccc183d7530d342e7970f4544cdf70e3327cb6.tar.gz
emacs-0cccc183d7530d342e7970f4544cdf70e3327cb6.zip
Revert most of the recent change involving manifests on Cygwin. (Bug#17176)
* configure.ac (EMACS_MANIFEST): Revert last change (but leave UPDATE_MANIFEST empty). * nt/emacs.rc: Revert last change. * src/Makefile.in (EMACS_MANIFEST): Revert last change.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7618fb202e0..e2c925f03d3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12014-04-09 Ken Brown <kbrown@cornell.edu>
2
3 * Makefile.in (EMACS_MANIFEST): Revert last change.
4
12014-04-07 Stefan Monnier <monnier@iro.umontreal.ca> 52014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * lisp.h (struct Lisp_Symbol): New bitfield `pinned'. 7 * lisp.h (struct Lisp_Symbol): New bitfield `pinned'.
diff --git a/src/Makefile.in b/src/Makefile.in
index 7e71d030279..388923596c9 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -259,7 +259,7 @@ W32_LIBS=@W32_LIBS@
259 259
260## emacs.res if HAVE_W32 260## emacs.res if HAVE_W32
261EMACSRES = @EMACSRES@ 261EMACSRES = @EMACSRES@
262## emacs-*.manifest if WINDOWSNT 262## emacs-*.manifest if HAVE_W32
263EMACS_MANIFEST = @EMACS_MANIFEST@ 263EMACS_MANIFEST = @EMACS_MANIFEST@
264## If HAVE_W32, compiler arguments for including 264## If HAVE_W32, compiler arguments for including
265## the resource file in the binary. 265## the resource file in the binary.