Mercurial > hg > xemacs-beta
comparison lisp/dumped-lisp.el @ 787:242b62e9fc59
[xemacs-hg @ 2002-03-20 10:20:48 by ben]
debug -> diagnose
author | ben |
---|---|
date | Wed, 20 Mar 2002 10:21:23 +0000 |
parents | 11e10b9141d0 |
children | a5954632b187 |
comparison
equal
deleted
inserted
replaced
786:381a409ad3c3 | 787:242b62e9fc59 |
---|---|
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 "diagnose" |
90 | 90 |
91 ;;;;;;;;;;;;;;;;;; GUI support | 91 ;;;;;;;;;;;;;;;;;; GUI support |
92 (when-feature window-system "gui") | 92 (when-feature window-system "gui") |
93 (when-feature window-system "mouse") | 93 (when-feature window-system "mouse") |
94 (when-feature window-system "mode-motion") | 94 (when-feature window-system "mode-motion") |