changeset 19530:ade0f0a14b7a

(emacs): Put dash at beginning.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 Aug 1997 19:13:16 +0000
parents 5ccd55d16f8c
children f5b98be7c142
files src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Mon Aug 25 17:18:44 1997 +0000
+++ b/src/Makefile.in	Mon Aug 25 19:13:16 1997 +0000
@@ -810,7 +810,7 @@
 	./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.  */