Mercurial > hg > xemacs-beta
comparison src/alloc.c @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | c42ec1d1cded |
children | c9fe270a4101 |
comparison
equal
deleted
inserted
replaced
287:13a0bd77a29d | 288:e11d67e05968 |
---|---|
691 lrecord_charset = 206, | 691 lrecord_charset = 206, |
692 lrecord_coding_system = 207, | 692 lrecord_coding_system = 207, |
693 #endif | 693 #endif |
694 #ifndef HAVE_TOOLBARS | 694 #ifndef HAVE_TOOLBARS |
695 lrecord_toolbar_button = 208, | 695 lrecord_toolbar_button = 208, |
696 lrecord_toolbar_data = 209, | |
697 #endif | 696 #endif |
698 #ifndef HAVE_TOOLTALK | 697 #ifndef HAVE_TOOLTALK |
699 lrecord_tooltalk_message = 210, | 698 lrecord_tooltalk_message = 210, |
700 lrecord_tooltalk_pattern = 211, | 699 lrecord_tooltalk_pattern = 211, |
701 #endif | 700 #endif |
4313 Vdoc_directory = Qnil; | 4312 Vdoc_directory = Qnil; |
4314 Vconfigure_info_directory = Qnil; | 4313 Vconfigure_info_directory = Qnil; |
4315 Vexec_path = Qnil; | 4314 Vexec_path = Qnil; |
4316 Vload_path = Qnil; | 4315 Vload_path = Qnil; |
4317 /* Vdump_load_path = Qnil; */ | 4316 /* Vdump_load_path = Qnil; */ |
4317 uncache_home_directory(); | |
4318 | |
4318 #if defined(LOADHIST) && !(defined(LOADHIST_DUMPED) || \ | 4319 #if defined(LOADHIST) && !(defined(LOADHIST_DUMPED) || \ |
4319 defined(LOADHIST_BUILTIN)) | 4320 defined(LOADHIST_BUILTIN)) |
4320 Vload_history = Qnil; | 4321 Vload_history = Qnil; |
4321 #endif | 4322 #endif |
4322 Vshell_file_name = Qnil; | 4323 Vshell_file_name = Qnil; |