/[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.288.2.6 by miles, Sat Sep 4 09:20:10 2004 UTC revision 1.288.2.7 by miles, Fri Nov 12 04:21:14 2004 UTC
# Line 2510  read1 (readcharfun, pch, first_in_list) Line 2510  read1 (readcharfun, pch, first_in_list)
2510                c = 0;                c = 0;
2511              else if (c == (CHAR_CTL | '?'))              else if (c == (CHAR_CTL | '?'))
2512                c = 127;                c = 127;
2513                
2514              if (c & CHAR_SHIFT)              if (c & CHAR_SHIFT)
2515                {                {
2516                  /* Shift modifier is valid only with [A-Za-z].  */                  /* Shift modifier is valid only with [A-Za-z].  */
# Line 2595  read1 (readcharfun, pch, first_in_list) Line 2595  read1 (readcharfun, pch, first_in_list)
2595    
2596          if (next_char <= 040          if (next_char <= 040
2597              || (next_char < 0200              || (next_char < 0200
2598                  && index ("\"';([#?", next_char)                  && (index ("\"';([#?", next_char)
2599                  || (!first_in_list && next_char == '`')                      || (!first_in_list && next_char == '`')
2600                  || (new_backquote_flag && next_char == ',')))                      || (new_backquote_flag && next_char == ','))))
2601            {            {
2602              *pch = c;              *pch = c;
2603              return Qnil;              return Qnil;
# Line 3843  init_lread () Line 3843  init_lread ()
3843    /* When Emacs is invoked over network shares on NT, PATH_LOADSEARCH is    /* When Emacs is invoked over network shares on NT, PATH_LOADSEARCH is
3844       almost never correct, thereby causing a warning to be printed out that       almost never correct, thereby causing a warning to be printed out that
3845       confuses users.  Since PATH_LOADSEARCH is always overridden by the       confuses users.  Since PATH_LOADSEARCH is always overridden by the
3846       EMACSLOADPATH environment variable below, disable the warning on NT.         EMACSLOADPATH environment variable below, disable the warning on NT.
3847       Also, when using the "self-contained" option for Carbon Emacs for MacOSX,       Also, when using the "self-contained" option for Carbon Emacs for MacOSX,
3848       the "standard" paths may not exist and would be overridden by       the "standard" paths may not exist and would be overridden by
3849       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.288.2.6  
changed lines
  Added in v.1.288.2.7

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