Mercurial > emacs
diff lib-src/makefile.w32-in @ 43523:c7eaaa9c5bf5
Add missing backslash.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Mon, 25 Feb 2002 15:47:41 +0000 |
| parents | 5e0b1e7145b4 |
| children | 3c0c4e024b4f |
line wrap: on
line diff
--- a/lib-src/makefile.w32-in Mon Feb 25 10:50:29 2002 +0000 +++ b/lib-src/makefile.w32-in Mon Feb 25 15:47:41 2002 +0000 @@ -143,7 +143,7 @@ lisp= \ $(lispsource)abbrev.elc \ $(lispsource)buff-menu.elc \ - $(lispsource)button.elc + $(lispsource)button.elc \ $(lispsource)byte-run.elc \ $(lispsource)cus-start.elc \ $(lispsource)custom.elc \
