Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
602a5739
Commit
602a5739
authored
Feb 22, 2011
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lib-src/makefile.w32-in (obj): Remove filemode.o.
parent
5ecec6a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lib-src/ChangeLog
lib-src/ChangeLog
+6
-2
lib-src/makefile.w32-in
lib-src/makefile.w32-in
+1
-1
No files found.
lib-src/ChangeLog
View file @
602a5739
2011-02-22 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (obj): Remove filemode.o.
2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
New file "lib/min-max.h".
...
...
@@ -68,7 +72,7 @@
2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
* emacsclient.c:
c
onform to C89 pointer rules
* emacsclient.c:
C
onform to C89 pointer rules
.
(file_name_absolute_p): Accept const char *, not const unsigned
char *, to satisfy C89 rules.
...
...
@@ -226,7 +230,7 @@
* test-distrib.c (cool_read):
* movemail.c (main, concat):
* make-docfile.c (scan_file, write_c_args):
* emacsclient.c
(get_server_config): Fix -Wconversion warning.
* emacsclient.c
(get_server_config): Fix -Wconversion warning.
(egetenv): Move conditional definition earlier.
(progname): Use const.
* sorted-doc.c (xstrdup): Use const.
...
...
lib-src/makefile.w32-in
View file @
602a5739
...
...
@@ -135,7 +135,7 @@ obj = dosfns.o msdos.o \
cm.o term.o terminal.o xfaces.o
\
emacs.o keyboard.o macros.o keymap.o sysdep.o
\
buffer.o filelock.o insdel.o marker.o
\
minibuf.o fileio.o dired.o
filemode.o
\
minibuf.o fileio.o dired.o
\
cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o
\
alloc.o data.o doc.o editfns.o callint.o
\
eval.o floatfns.o fns.o print.o lread.o
\
...
...
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