mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(VMS_SUPPORT): No longer byte-compiled.
This commit is contained in:
parent
fd298e0242
commit
0dc7a8bc76
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-11-28 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* makefile.w32-in (VMS_SUPPORT): No longer byte-compiled.
|
||||
|
||||
2007-11-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
||||
* pop.c (socket_connection): Remove AI_ADDRCONFIG.
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue