Mercurial > hg > xemacs-beta
diff lisp/x11/x-init.el @ 48:56c54cf7c5b6 r19-16b90
Import from CVS: tag r19-16b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:56:04 +0200 |
parents | b82b59fe008d |
children | ee648375d8d6 |
line wrap: on
line diff
--- a/lisp/x11/x-init.el Mon Aug 13 08:55:32 2007 +0200 +++ b/lisp/x11/x-init.el Mon Aug 13 08:56:04 2007 +0200 @@ -81,6 +81,10 @@ (interactive) (ow-find t)) +(defun x-initialize-compose () + "Enable compose processing" + (require 'x-compose)) + ;;; Load X-server specific code. ;;; Specifically, load some code to repair the grievous damage that MIT and ;;; Sun have done to the default keymap for the Sun keyboards. @@ -181,6 +185,7 @@ ;; site-start-file or .emacs file, so sites and users have a ;; chance to override it. (add-hook 'before-init-hook 'x-initialize-keyboard) + (add-hook 'before-init-hook 'x-initialize-compose) (setq post-x-win-initted t)))