1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(lisp1): Use (), not {}.

This commit is contained in:
Jason Rumney 2008-02-04 09:07:32 +00:00
parent 043386347c
commit 0c55bf8269
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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 \