diff options
| author | Juanma Barranquero | 2002-02-25 15:47:41 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-02-25 15:47:41 +0000 |
| commit | e63e8d3ed3fcc80e81cfd6d845de13522e0cad80 (patch) | |
| tree | c963e83580e8541963cb3df4749e1b83ab1a8396 /lib-src | |
| parent | cdf074531a6b13f94d4eb2f85cbcc5074cd85c41 (diff) | |
| download | emacs-e63e8d3ed3fcc80e81cfd6d845de13522e0cad80.tar.gz emacs-e63e8d3ed3fcc80e81cfd6d845de13522e0cad80.zip | |
Add missing backslash.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 143 | lisp= \ | 143 | lisp= \ |
| 144 | $(lispsource)abbrev.elc \ | 144 | $(lispsource)abbrev.elc \ |
| 145 | $(lispsource)buff-menu.elc \ | 145 | $(lispsource)buff-menu.elc \ |
| 146 | $(lispsource)button.elc | 146 | $(lispsource)button.elc \ |
| 147 | $(lispsource)byte-run.elc \ | 147 | $(lispsource)byte-run.elc \ |
| 148 | $(lispsource)cus-start.elc \ | 148 | $(lispsource)cus-start.elc \ |
| 149 | $(lispsource)custom.elc \ | 149 | $(lispsource)custom.elc \ |