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
1644f4e4
Commit
1644f4e4
authored
May 02, 2004
by
Eli Zaretskii
Browse files
(region-cache.o): Depend on config.h
parent
8a02e193
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/Makefile.in
src/Makefile.in
+1
-1
No files found.
src/ChangeLog
View file @
1644f4e4
2004-05-02 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (region-cache.o): Depend on config.h.
2004-05-02 Romain Francoise <romain@orebokech.com> (tiny change)
* indent.c (compute_motion): Save vpos in prev_vpos when dealing
...
...
src/Makefile.in
View file @
1644f4e4
...
...
@@ -1123,7 +1123,7 @@ process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h
\
keyboard.h $(config_h)
regex.o
:
regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h
region-cache.o
:
region-cache.c buffer.h region-cache.h
region-cache.o
:
region-cache.c buffer.h region-cache.h
$(config_h)
scroll.o
:
scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h
\
$(config_h)
search.o
:
search.c regex.h commands.h buffer.h region-cache.h syntax.h
\
...
...
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