Mercurial > hg > xemacs-beta
comparison lisp/dumped-lisp.el @ 2828:a25c824ed558
[xemacs-hg @ 2005-06-26 18:04:49 by aidan]
Rename the ascii-character property, support more keysyms.
author | aidan |
---|---|
date | Sun, 26 Jun 2005 18:05:05 +0000 |
parents | 1fc205405d85 |
children | 414a64af46c9 |
comparison
equal
deleted
inserted
replaced
2827:936a6576c655 | 2828:a25c824ed558 |
---|---|
244 (when (featurep '(and infodock (or x mswindows gtk) menubar)) | 244 (when (featurep '(and infodock (or x mswindows gtk) menubar)) |
245 "id-menus") | 245 "id-menus") |
246 ;; preload the X code. | 246 ;; preload the X code. |
247 (when (featurep '(and x scrollbar)) "x-scrollbar") | 247 (when (featurep '(and x scrollbar)) "x-scrollbar") |
248 (when (featurep 'x) | 248 (when (featurep 'x) |
249 '("x-iso8859-1" | 249 '("x-mouse" |
250 "x-mouse" | |
251 "x-select" | 250 "x-select" |
252 "x-misc" | 251 "x-misc" |
253 "x-init" | 252 "x-init" |
254 "x-win-xfree86" | 253 "x-win-xfree86" |
255 "x-win-sun")) | 254 "x-win-sun")) |
257 (when (featurep 'gtk) | 256 (when (featurep 'gtk) |
258 '("gtk-ffi" | 257 '("gtk-ffi" |
259 "gtk-widgets" | 258 "gtk-widgets" |
260 "gdk" | 259 "gdk" |
261 "gtk-init" | 260 "gtk-init" |
262 "gtk-iso8859-1" | |
263 "gtk-select" | 261 "gtk-select" |
264 "gtk-mouse" | 262 "gtk-mouse" |
265 "gtk-glyphs" | 263 "gtk-glyphs" |
266 "widgets-gtk")) | 264 "widgets-gtk")) |
267 (when (featurep '(and gtk dialog)) "dialog-gtk") | 265 (when (featurep '(and gtk dialog)) "dialog-gtk") |