changeset 611:60f885cd0d87

[project @ 1994-08-14 20:53:44 by jwe]
author jwe
date Sun, 14 Aug 1994 20:54:35 +0000
parents 14b2a186a5c0
children b51371c59890
files src/dirfns.cc src/lex.l
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dirfns.cc	Sun Aug 14 01:01:32 1994 +0000
+++ b/src/dirfns.cc	Sun Aug 14 20:54:35 1994 +0000
@@ -411,6 +411,8 @@
   return retval;
 }
 
+DEFALIAS (chdir, cd);
+
 /*
  * Get a directory listing.
  */
--- 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 ')';
 		}