diff options
| author | Jason Rumney <jasonr@gnu.org> | 2008-02-04 09:07:32 +0000 | 
|---|---|---|
| committer | Jason Rumney <jasonr@gnu.org> | 2008-02-04 09:07:32 +0000 | 
| commit | 0c55bf826980b0cb6c8351a52ca6c3156829e475 (patch) | |
| tree | ec2a8e94c8079f4ccfcb581cfc254f1866799009 | |
| parent | 043386347cfadd209ea1f4ab8d44ec322143c08c (diff) | |
| download | emacs-0c55bf826980b0cb6c8351a52ca6c3156829e475.tar.gz | |
(lisp1): Use (), not {}.
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 | 
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 @@ +2008-02-04  Jason Rumney  <jasonr@gnu.org> + +	* makefile.w32-in (lisp1): Use (), not {}. +  2008-02-04  Tom Tromey  <tromey@redhat.com>  	* 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= \  	$(lispsource)buff-menu.elc \  	$(lispsource)button.elc \  	$(lispsource)emacs-lisp/byte-run.elc \ -	${lispsource}composite.elc \ +	$(lispsource)composite.elc \  	$(lispsource)cus-face.elc \  	$(lispsource)cus-start.elc \  	$(lispsource)custom.elc \ | 
