Mercurial > hg > xemacs-beta
comparison src/lread.c @ 5228:5efbd1253905
Remove all support for InfoDock.
src/ChangeLog addition:
2010-06-02 Aidan Kehoe <kehoea@parhasard.net>
* lread.c (vars_of_lread):
* emacs.c:
(shut_down_emacs, vars_of_emacs, complex_vars_of_emacs):
* device-x.c (get_device_from_display)
(have_xemacs_resources_in_xrdb):
* device-gtk.c (Fgtk_init):
* config.h.in:
Remove all checks for InfoDock.
lisp/ChangeLog addition:
2010-06-02 Aidan Kehoe <kehoea@parhasard.net>
* version.el:
(emacs-version):
* startup.el (command-line):
* simple.el (display-warning, emacs-name):
* packages.el (packages-package-hierarchy-directory-names):
* loadup.el (Dumping):
* dumped-lisp.el (preloaded-file-list):
Remove all InfoDock-specific code.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 07 Jun 2010 18:42:10 +0100 |
parents | 7abb91db1e64 |
children | 808131ba4a57 |
comparison
equal
deleted
inserted
replaced
5227:fbd1485af104 | 5228:5efbd1253905 |
---|---|
3458 Ffset (Qload, Qload_internal); | 3458 Ffset (Qload, Qload_internal); |
3459 | 3459 |
3460 #ifdef FEATUREP_SYNTAX | 3460 #ifdef FEATUREP_SYNTAX |
3461 DEFSYMBOL (Qfeaturep); | 3461 DEFSYMBOL (Qfeaturep); |
3462 Fprovide (intern ("xemacs")); | 3462 Fprovide (intern ("xemacs")); |
3463 #ifdef INFODOCK | |
3464 Fprovide (intern ("infodock")); | |
3465 #endif /* INFODOCK */ | |
3466 #endif /* FEATUREP_SYNTAX */ | 3463 #endif /* FEATUREP_SYNTAX */ |
3467 | 3464 |
3468 #ifdef LISP_BACKQUOTES | 3465 #ifdef LISP_BACKQUOTES |
3469 old_backquote_flag = new_backquote_flag = 0; | 3466 old_backquote_flag = new_backquote_flag = 0; |
3470 #endif | 3467 #endif |