aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJason Rumney2007-11-28 00:25:23 +0000
committerJason Rumney2007-11-28 00:25:23 +0000
commit0dc7a8bc760e2044413969a72c8abf2484455c74 (patch)
tree405b8d9b474aaab5c0ffb212737e38ee5f6600ba /lib-src
parentfd298e0242d3ea2cd531e67f494303d1e84be67e (diff)
downloademacs-0dc7a8bc760e2044413969a72c8abf2484455c74.tar.gz
emacs-0dc7a8bc760e2044413969a72c8abf2484455c74.zip
(VMS_SUPPORT): No longer byte-compiled.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/makefile.w32-in2
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 1c8727c01ec..3e8cb73c605 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12007-11-28 Jason Rumney <jasonr@gnu.org>
2
3 * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled.
4
12007-11-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 52007-11-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 6
3 * pop.c (socket_connection): Remove AI_ADDRCONFIG. 7 * pop.c (socket_connection): Remove AI_ADDRCONFIG.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 9a611b8e3f9..a61edad3820 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -171,7 +171,7 @@ WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)disp-table.elc $(lispsourc
171 171
172# lisp files that are loaded up on other platforms 172# lisp files that are loaded up on other platforms
173MSDOS_SUPPORT = $(lispsource)dos-fns.elc $(lispsource)dos-vars.elc $(lispsource)international/ccl.elc $(lispsource)international/codepage.elc 173MSDOS_SUPPORT = $(lispsource)dos-fns.elc $(lispsource)dos-vars.elc $(lispsource)international/ccl.elc $(lispsource)international/codepage.elc
174VMS_SUPPORT = $(lispsource)vmsproc.elc $(lispsource)vms-patch.elc 174VMS_SUPPORT = $(lispsource)vmsproc.el $(lispsource)vms-patch.el
175 175
176lisp1= \ 176lisp1= \
177 $(lispsource)abbrev.elc \ 177 $(lispsource)abbrev.elc \