Mercurial > hg > xemacs-beta
comparison src/emacsfns.h @ 233:52952cbfc5b5 r20-5b15
Import from CVS: tag r20-5b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:14:14 +0200 |
parents | 0e522484dd2a |
children | f220cc83d72e |
comparison
equal
deleted
inserted
replaced
232:aa6545ea0638 | 233:52952cbfc5b5 |
---|---|
1394 Lisp_Object *storeptr, int mode); | 1394 Lisp_Object *storeptr, int mode); |
1395 Lisp_Object Flocate_file_clear_hashing (Lisp_Object path); | 1395 Lisp_Object Flocate_file_clear_hashing (Lisp_Object path); |
1396 int isfloat_string (CONST char *); | 1396 int isfloat_string (CONST char *); |
1397 | 1397 |
1398 /* Well, I've decided to enable this. -- ben */ | 1398 /* Well, I've decided to enable this. -- ben */ |
1399 /* And I've decided to make it work right. -- sb */ | |
1399 #define LOADHIST | 1400 #define LOADHIST |
1401 /* Define the following symbol to enable load history of dumped files */ | |
1402 #define LOADHIST_DUMPED | |
1403 /* Define the following symbol to enable load history of C source */ | |
1404 #define LOADHIST_BUILTIN | |
1400 | 1405 |
1401 #ifdef LOADHIST /* this is just a stupid idea */ | 1406 #ifdef LOADHIST /* this is just a stupid idea */ |
1402 #define LOADHIST_ATTACH(x) \ | 1407 #define LOADHIST_ATTACH(x) \ |
1403 do { if (initialized) Vcurrent_load_list = Fcons (x, Vcurrent_load_list); } \ | 1408 do { if (initialized) Vcurrent_load_list = Fcons (x, Vcurrent_load_list); } \ |
1404 while (0) | 1409 while (0) |