From 3b36676955d6629eb1767bdace2f1f1f98f6a1ff Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 25 Aug 1997 19:13:16 +0000 Subject: [PATCH] (emacs): Put dash at beginning. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 41d8adfecf5..8156dd51893 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -810,7 +810,7 @@ emacs: temacs ${etc}DOC ${lisp} ./temacs -batch -l loadup dump #endif /* ! defined (HAVE_SHM) */ #endif /* ! defined (CANNOT_DUMP) */ - ./emacs -q -batch -f list-load-path-shadows + -./emacs -q -batch -f list-load-path-shadows /* We run make-docfile twice because the command line may get too long on some systems. */ -- 2.39.5