diff src/lex.l @ 611:60f885cd0d87

[project @ 1994-08-14 20:53:44 by jwe]
author jwe
date Sun, 14 Aug 1994 20:54:35 +0000
parents a675e03540dd
children 8e4e7e5f307e
line wrap: on
line diff
--- a/src/lex.l	Sun Aug 14 01:01:32 1994 +0000
+++ b/src/lex.l	Sun Aug 14 20:54:35 1994 +0000
@@ -613,6 +613,8 @@
 		  do_comma_insert_check ();
 		  current_input_column++;
 		  quote_is_transpose = 1;
+		  convert_spaces_to_comma = (! in_brace_or_paren.empty ()
+					     && in_brace_or_paren.top ());
 		  return ')';
 		}