*** empty log message ***

From-SVN: r1242
This commit is contained in:
Richard Stallman 1992-06-23 04:21:52 +00:00
parent 2d9f831eb3
commit ea8fd45ee3

View File

@ -4467,9 +4467,9 @@ main (argc, argv)
while ((c = getopt_long (argc, argv,
#ifdef UNPROTOIZE
"c:d:i:knNp:qVx:",
"c:d:i:knNp:qvVx:",
#else
"B:c:Cd:gklnNp:qVx:",
"B:c:Cd:gklnNp:qvVx:",
#endif
longopts, &longind)) != EOF)
{
@ -4488,6 +4488,7 @@ main (argc, argv)
exclude_list = string_list_cons (optarg, exclude_list);
break;
case 'v':
case 'V':
version_flag = 1;
break;