/[emacs]/emacs/src/lread.c
ViewVC logotype

Diff of /emacs/src/lread.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.308 by kfstorm, Tue Feb 18 16:11:17 2003 UTC revision 1.309 by kfstorm, Tue Feb 18 22:45:32 2003 UTC
# Line 2278  read1 (readcharfun, pch, first_in_list) Line 2278  read1 (readcharfun, pch, first_in_list)
2278          else          else
2279            {            {
2280              ok = (next_char <= 040              ok = (next_char <= 040
2281                    || index ("\"';()[]#", next_char)                    || index ("\"';()[]#?", next_char)
2282                    || (!first_in_list && next_char == '`')                    || (!first_in_list && next_char == '`')
2283                    || (new_backquote_flag && next_char == ','));                    || (new_backquote_flag && next_char == ','));
2284            }            }

Legend:
Removed from v.1.308  
changed lines
  Added in v.1.309

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26