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

Diff of /emacs/src/emacs.c

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

revision 1.293 by pj, Fri Nov 2 20:23:30 2001 UTC revision 1.294 by pj, Tue Nov 13 11:54:24 2001 UTC
# Line 2279  before you compile Emacs, to enable the Line 2279  before you compile Emacs, to enable the
2279    emacs_priority = 0;    emacs_priority = 0;
2280    
2281    DEFVAR_LISP ("path-separator", &Vpath_separator,    DEFVAR_LISP ("path-separator", &Vpath_separator,
2282                 doc: /* The directory separator in search paths, as a string. */);                 doc: /* The directory separator in search paths, as a string.  */);
2283    {    {
2284      char c = SEPCHAR;      char c = SEPCHAR;
2285      Vpath_separator = make_string (&c, 1);      Vpath_separator = make_string (&c, 1);

Legend:
Removed from v.1.293  
changed lines
  Added in v.1.294

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