Mercurial > hg > octave-jordi
comparison src/lex.l @ 3258:4964d5391acc
[project @ 1999-07-21 21:51:33 by jwe]
author | jwe |
---|---|
date | Wed, 21 Jul 1999 21:52:04 +0000 |
parents | a41cc560087a |
children | 7d80b56e0dc8 |
comparison
equal
deleted
inserted
replaced
3257:5e61a7a62e2e | 3258:4964d5391acc |
---|---|
2105 } | 2105 } |
2106 | 2106 |
2107 void | 2107 void |
2108 symbols_of_lex (void) | 2108 symbols_of_lex (void) |
2109 { | 2109 { |
2110 DEFVAR (whitespace_in_literal_matrix, "", 0, whitespace_in_literal_matrix, | 2110 DEFVAR (whitespace_in_literal_matrix, "", whitespace_in_literal_matrix, |
2111 "control auto-insertion of commas and semicolons in literal matrices"); | 2111 "control auto-insertion of commas and semicolons in literal matrices"); |
2112 } | 2112 } |
2113 | 2113 |
2114 /* | 2114 /* |
2115 ;;; Local Variables: *** | 2115 ;;; Local Variables: *** |