diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-03-26 15:27:42 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-03-26 15:27:42 +0000 |
commit | 5e73ebb4f7da7f3ab28ee7b28c84e34cd06dc877 (patch) | |
tree | 4486219693a5ea585c391b7f1b188e3d08c12b28 | |
parent | b036f5d8878cf395cbf0c35f5dd42e7bc2fd3b5f (diff) | |
download | emacs-5e73ebb4f7da7f3ab28ee7b28c84e34cd06dc877.tar.gz emacs-5e73ebb4f7da7f3ab28ee7b28c84e34cd06dc877.tar.bz2 emacs-5e73ebb4f7da7f3ab28ee7b28c84e34cd06dc877.zip |
(WINS): Make sure it has a tab and not spaces.
-rw-r--r-- | lisp/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 5b7ddf58e50..7c1964c42fc 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -138,7 +138,7 @@ WINS=\ progmodes \ term \ textmodes \ - toolbar + toolbar doit: |