comparison src/emacs.c @ 169:15872534500d r20-3b11

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents 85ec50267440
children 8eaf7971accc
comparison
equal deleted inserted replaced
168:9851d5c6556e 169:15872534500d
2287 2287
2288 DEFVAR_LISP ("system-type", &Vsystem_type /* 2288 DEFVAR_LISP ("system-type", &Vsystem_type /*
2289 Value is symbol indicating type of operating system you are using. 2289 Value is symbol indicating type of operating system you are using.
2290 */ ); 2290 */ );
2291 Vsystem_type = intern (SYSTEM_TYPE); 2291 Vsystem_type = intern (SYSTEM_TYPE);
2292 Fprovide (intern(SYSTEM_TYPE));
2292 2293
2293 #ifndef EMACS_CONFIGURATION 2294 #ifndef EMACS_CONFIGURATION
2294 # define EMACS_CONFIGURATION "UNKNOWN" 2295 # define EMACS_CONFIGURATION "UNKNOWN"
2295 #endif 2296 #endif
2296 DEFVAR_LISP ("system-configuration", &Vsystem_configuration /* 2297 DEFVAR_LISP ("system-configuration", &Vsystem_configuration /*