/[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.322 by schwab, Mon Apr 26 21:28:40 2004 UTC revision 1.323 by kfstorm, Tue Nov 9 13:24:19 2004 UTC
# Line 2374  read1 (readcharfun, pch, first_in_list) Line 2374  read1 (readcharfun, pch, first_in_list)
2374                c = 0;                c = 0;
2375              else if (c == (CHAR_CTL | '?'))              else if (c == (CHAR_CTL | '?'))
2376                c = 127;                c = 127;
2377                
2378              if (c & CHAR_SHIFT)              if (c & CHAR_SHIFT)
2379                {                {
2380                  /* Shift modifier is valid only with [A-Za-z].  */                  /* Shift modifier is valid only with [A-Za-z].  */
# Line 2459  read1 (readcharfun, pch, first_in_list) Line 2459  read1 (readcharfun, pch, first_in_list)
2459    
2460          if (next_char <= 040          if (next_char <= 040
2461              || (next_char < 0200              || (next_char < 0200
2462                  && index ("\"';([#?", next_char)                  && (index ("\"';([#?", next_char)
2463                  || (!first_in_list && next_char == '`')                      || (!first_in_list && next_char == '`')
2464                  || (new_backquote_flag && next_char == ',')))                      || (new_backquote_flag && next_char == ','))))
2465            {            {
2466              *pch = c;              *pch = c;
2467              return Qnil;              return Qnil;
# Line 3681  init_lread () Line 3681  init_lread ()
3681    /* When Emacs is invoked over network shares on NT, PATH_LOADSEARCH is    /* When Emacs is invoked over network shares on NT, PATH_LOADSEARCH is
3682       almost never correct, thereby causing a warning to be printed out that       almost never correct, thereby causing a warning to be printed out that
3683       confuses users.  Since PATH_LOADSEARCH is always overridden by the       confuses users.  Since PATH_LOADSEARCH is always overridden by the
3684       EMACSLOADPATH environment variable below, disable the warning on NT.         EMACSLOADPATH environment variable below, disable the warning on NT.
3685       Also, when using the "self-contained" option for Carbon Emacs for MacOSX,       Also, when using the "self-contained" option for Carbon Emacs for MacOSX,
3686       the "standard" paths may not exist and would be overridden by       the "standard" paths may not exist and would be overridden by
3687       EMACSLOADPATH as on NT.  Since this depends on how the executable       EMACSLOADPATH as on NT.  Since this depends on how the executable

Legend:
Removed from v.1.322  
changed lines
  Added in v.1.323

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