diff options
| author | Jason Rumney | 2007-11-28 00:25:23 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-11-28 00:25:23 +0000 |
| commit | 0dc7a8bc760e2044413969a72c8abf2484455c74 (patch) | |
| tree | 405b8d9b474aaab5c0ffb212737e38ee5f6600ba /lib-src | |
| parent | fd298e0242d3ea2cd531e67f494303d1e84be67e (diff) | |
| download | emacs-0dc7a8bc760e2044413969a72c8abf2484455c74.tar.gz emacs-0dc7a8bc760e2044413969a72c8abf2484455c74.zip | |
(VMS_SUPPORT): No longer byte-compiled.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
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 @@ | |||
| 1 | 2007-11-28 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled. | ||
| 4 | |||
| 1 | 2007-11-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 5 | 2007-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 |
| 173 | MSDOS_SUPPORT = $(lispsource)dos-fns.elc $(lispsource)dos-vars.elc $(lispsource)international/ccl.elc $(lispsource)international/codepage.elc | 173 | MSDOS_SUPPORT = $(lispsource)dos-fns.elc $(lispsource)dos-vars.elc $(lispsource)international/ccl.elc $(lispsource)international/codepage.elc |
| 174 | VMS_SUPPORT = $(lispsource)vmsproc.elc $(lispsource)vms-patch.elc | 174 | VMS_SUPPORT = $(lispsource)vmsproc.el $(lispsource)vms-patch.el |
| 175 | 175 | ||
| 176 | lisp1= \ | 176 | lisp1= \ |
| 177 | $(lispsource)abbrev.elc \ | 177 | $(lispsource)abbrev.elc \ |