comparison lisp/x-init.el @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 2f8bb876ab1d
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
303 ;; any toolbar-related color resources. 303 ;; any toolbar-related color resources.
304 (if (and (not (featurep 'infodock)) (featurep 'toolbar)) 304 (if (and (not (featurep 'infodock)) (featurep 'toolbar))
305 (init-x-toolbar)) 305 (init-x-toolbar))
306 (if (and (featurep 'infodock) (featurep 'toolbar)) 306 (if (and (featurep 'infodock) (featurep 'toolbar))
307 (require 'id-x-toolbar)) 307 (require 'id-x-toolbar))
308 (if (featurep 'gutter) (init-gutter)) 308 (if (featurep 'mule)
309 (if (featurep 'mule) (init-mule-x-win)) 309 (init-mule-x-win))
310 ;; these are only ever called if zmacs-regions is true. 310 ;; these are only ever called if zmacs-regions is true.
311 (add-hook 'zmacs-deactivate-region-hook 311 (add-hook 'zmacs-deactivate-region-hook
312 (lambda () 312 (lambda ()
313 (when (console-on-window-system-p) 313 (when (console-on-window-system-p)
314 (x-disown-selection)))) 314 (x-disown-selection))))