comparison lisp/dumped-lisp.el @ 784:11e10b9141d0

[xemacs-hg @ 2002-03-19 03:12:46 by ben] process.c: Obey coding-system-for-{read,write} if set. dumped-lisp.el: Add debug.el.
author ben
date Tue, 19 Mar 2002 03:12:51 +0000
parents 578cb2932d72
children 242b62e9fc59
comparison
equal deleted inserted replaced
783:6fadd0a2230b 784:11e10b9141d0
84 (when-feature lisp-float-type "float-sup") 84 (when-feature lisp-float-type "float-sup")
85 "itimer" ; for vars auto-save-timeout and 85 "itimer" ; for vars auto-save-timeout and
86 ; auto-gc-threshold 86 ; auto-gc-threshold
87 "itimer-autosave" 87 "itimer-autosave"
88 "printer" 88 "printer"
89 "debug"
89 90
90 ;;;;;;;;;;;;;;;;;; GUI support 91 ;;;;;;;;;;;;;;;;;; GUI support
91 (when-feature window-system "gui") 92 (when-feature window-system "gui")
92 (when-feature window-system "mouse") 93 (when-feature window-system "mouse")
93 (when-feature window-system "mode-motion") 94 (when-feature window-system "mode-motion")