From: Jason Rumney Date: Wed, 28 Nov 2007 00:25:23 +0000 (+0000) Subject: (VMS_SUPPORT): No longer byte-compiled. X-Git-Tag: emacs-pretest-23.0.90~9405 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0dc7a8bc760e2044413969a72c8abf2484455c74;p=emacs.git (VMS_SUPPORT): No longer byte-compiled. --- 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 @@ +2007-11-28 Jason Rumney + + * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled. + 2007-11-27 Jan Dj,Ad(Brv * 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 # lisp files that are loaded up on other platforms MSDOS_SUPPORT = $(lispsource)dos-fns.elc $(lispsource)dos-vars.elc $(lispsource)international/ccl.elc $(lispsource)international/codepage.elc -VMS_SUPPORT = $(lispsource)vmsproc.elc $(lispsource)vms-patch.elc +VMS_SUPPORT = $(lispsource)vmsproc.el $(lispsource)vms-patch.el lisp1= \ $(lispsource)abbrev.elc \