Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1f1bce0e
Commit
1f1bce0e
authored
Feb 24, 2002
by
Jason Rumney
Browse files
(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc and disp-table.elc.
parent
4143f98b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
src/ChangeLog
src/ChangeLog
+5
-0
src/Makefile.in
src/Makefile.in
+3
-2
No files found.
src/ChangeLog
View file @
1f1bce0e
2002-02-24 Jason Rumney <jasonr@gnu.org>
* Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
and disp-table.elc.
2002-02-24 Kim F. Storm <storm@cua.dk>
* keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
...
...
src/Makefile.in
View file @
1f1bce0e
...
...
@@ -624,8 +624,9 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBO
#endif
#ifdef WINDOWSNT
#define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}w32-fns.elc \
${lispsource}dos-w32.elc
${lispsource}w32-vars.elc
#define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \
${lispsource}dos-w32.elc
${lispsource}w32-vars.elc
\
${lispsource}w32-fns.elc
#else
#define WINNT_SUPPORT
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment