From: Juanma Barranquero Date: Mon, 25 Feb 2002 15:47:41 +0000 (+0000) Subject: Add missing backslash. X-Git-Tag: ttn-vms-21-2-B4~16484 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e63e8d3ed3fcc80e81cfd6d845de13522e0cad80;p=emacs.git Add missing backslash. --- diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index db4f8e542cc..a43f726a0b4 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -143,7 +143,7 @@ VMS_SUPPORT = $(lispsource)vmsproc.elc $(lispsource)vms-patch.elc 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 \