From 4fc0b45bc4d0a189b8bb097692f5c540dcb251e8 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 22 Oct 1991 00:26:51 +0000 Subject: [PATCH] *** empty log message *** --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emacs.c b/src/emacs.c index 97c0b20e5fa..6e36b42f028 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -291,7 +291,7 @@ main (argc, argv, envp) inhibit_window_system = 0; -/* Handle the -t switch, which specifies filename to use as terminal */ + /* Handle the -t switch, which specifies filename to use as terminal */ if (skip_args + 2 < argc && !strcmp (argv[skip_args + 1], "-t")) { int result;