aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJason Rumney2008-02-04 09:07:32 +0000
committerJason Rumney2008-02-04 09:07:32 +0000
commit0c55bf826980b0cb6c8351a52ca6c3156829e475 (patch)
treeec2a8e94c8079f4ccfcb581cfc254f1866799009 /lib-src
parent043386347cfadd209ea1f4ab8d44ec322143c08c (diff)
downloademacs-0c55bf826980b0cb6c8351a52ca6c3156829e475.tar.gz
emacs-0c55bf826980b0cb6c8351a52ca6c3156829e475.zip
(lisp1): Use (), not {}.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/makefile.w32-in2
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 4a3cd85506f..51bc2a9befd 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12008-02-04 Jason Rumney <jasonr@gnu.org>
2
3 * makefile.w32-in (lisp1): Use (), not {}.
4
12008-02-04 Tom Tromey <tromey@redhat.com> 52008-02-04 Tom Tromey <tromey@redhat.com>
2 6
3 * etags.c: Added "GTY" as synonym for __attribute__. Updated 7 * etags.c: Added "GTY" as synonym for __attribute__. Updated
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 057d5ab4fd5..6a0c8cfbaf1 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -203,7 +203,7 @@ lisp1= \
203 $(lispsource)buff-menu.elc \ 203 $(lispsource)buff-menu.elc \
204 $(lispsource)button.elc \ 204 $(lispsource)button.elc \
205 $(lispsource)emacs-lisp/byte-run.elc \ 205 $(lispsource)emacs-lisp/byte-run.elc \
206 ${lispsource}composite.elc \ 206 $(lispsource)composite.elc \
207 $(lispsource)cus-face.elc \ 207 $(lispsource)cus-face.elc \
208 $(lispsource)cus-start.elc \ 208 $(lispsource)cus-start.elc \
209 $(lispsource)custom.elc \ 209 $(lispsource)custom.elc \