comparison src/lread.c @ 284:558f606b08ae r21-0b40

Import from CVS: tag r21-0b40
author cvs
date Mon, 13 Aug 2007 10:34:13 +0200
parents c42ec1d1cded
children e11d67e05968
comparison
equal deleted inserted replaced
283:fa3d41851a08 284:558f606b08ae
3140 Full name of file being loaded by `load'. 3140 Full name of file being loaded by `load'.
3141 */ ); 3141 */ );
3142 Vload_file_name = Qnil; 3142 Vload_file_name = Qnil;
3143 3143
3144 DEFVAR_LISP ("load-read-function", &Vload_read_function /* 3144 DEFVAR_LISP ("load-read-function", &Vload_read_function /*
3145 "Function used by `load' and `eval-region' for reading expressions. 3145 Function used by `load' and `eval-region' for reading expressions.
3146 The default is nil, which means use the function `read'. 3146 The default is nil, which means use the function `read'.
3147 */ ); 3147 */ );
3148 Vload_read_function = Qnil; 3148 Vload_read_function = Qnil;
3149 3149
3150 DEFVAR_BOOL ("load-force-doc-strings", &load_force_doc_strings /* 3150 DEFVAR_BOOL ("load-force-doc-strings", &load_force_doc_strings /*