/[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.317.2.4 by handa, Mon Oct 4 01:19:02 2004 UTC revision 1.317.2.5 by miles, Fri Nov 12 02:52:55 2004 UTC
# Line 2581  read1 (readcharfun, pch, first_in_list) Line 2581  read1 (readcharfun, pch, first_in_list)
2581    
2582          if (next_char <= 040          if (next_char <= 040
2583              || (next_char < 0200              || (next_char < 0200
2584                  && index ("\"';([#?", next_char)                  && (index ("\"';([#?", next_char)
2585                  || (!first_in_list && next_char == '`')                      || (!first_in_list && next_char == '`')
2586                  || (new_backquote_flag && next_char == ',')))                      || (new_backquote_flag && next_char == ','))))
2587            {            {
2588              *pch = c;              *pch = c;
2589              return Qnil;              return Qnil;
# Line 3819  init_lread () Line 3819  init_lread ()
3819    /* When Emacs is invoked over network shares on NT, PATH_LOADSEARCH is    /* When Emacs is invoked over network shares on NT, PATH_LOADSEARCH is
3820       almost never correct, thereby causing a warning to be printed out that       almost never correct, thereby causing a warning to be printed out that
3821       confuses users.  Since PATH_LOADSEARCH is always overridden by the       confuses users.  Since PATH_LOADSEARCH is always overridden by the
3822       EMACSLOADPATH environment variable below, disable the warning on NT.         EMACSLOADPATH environment variable below, disable the warning on NT.
3823       Also, when using the "self-contained" option for Carbon Emacs for MacOSX,       Also, when using the "self-contained" option for Carbon Emacs for MacOSX,
3824       the "standard" paths may not exist and would be overridden by       the "standard" paths may not exist and would be overridden by
3825       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.317.2.4  
changed lines
  Added in v.1.317.2.5

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