# HG changeset patch # User Juanma Barranquero # Date 1014652061 0 # Node ID c7eaaa9c5bf5e28f0e1d976ae950b2721b3f7026 # Parent 6d7aa871f8d0753ff57769489e089b389b5aa1d5 Add missing backslash. diff -r 6d7aa871f8d0 -r c7eaaa9c5bf5 lib-src/makefile.w32-in --- 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 \