Mercurial > hg > xemacs-beta
diff lisp/startup.el @ 2699:96036853a107
[xemacs-hg @ 2005-03-29 02:58:56 by aidan]
Support X11 keysyms of the form UABCD.
author | aidan |
---|---|
date | Tue, 29 Mar 2005 02:59:21 +0000 |
parents | 3e5a2d0d57e1 |
children | f441e940eed8 |
line wrap: on
line diff
--- a/lisp/startup.el Tue Mar 29 02:52:50 2005 +0000 +++ b/lisp/startup.el Tue Mar 29 02:59:21 2005 +0000 @@ -703,6 +703,11 @@ (when (featurep 'toolbar) (init-toolbar-location)) + ;; Setup coding systems and Unicode support--needs to be before X11 + ;; initialisation in case of keysyms of the form UABCD. + (when (featurep 'mule) + (declare-fboundp (init-mule-at-startup))) + (if (featurep 'toolbar) (if (featurep 'infodock) (require 'id-x-toolbar) @@ -736,10 +741,6 @@ ;; In this case, I completely agree. --ben (if (featurep 'menubar) (init-menubar-at-startup)) - ;; perhaps this should go earlier in the process? - (if (featurep 'mule) - (declare-fboundp (init-mule-at-startup))) - ;; ;; We have normality, I repeat, we have normality. Anything you still ;; can't cope with is therefore your own problem. (And we don't need