Mercurial > hg > xemacs-beta
comparison lisp/x-init.el @ 404:2f8bb876ab1d r21-2-32
Import from CVS: tag r21-2-32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:16:07 +0200 |
parents | 8626e4521993 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
403:9f011ab08d48 | 404:2f8bb876ab1d |
---|---|
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 'mule) | 308 (if (featurep 'gutter) (init-gutter)) |
309 (init-mule-x-win)) | 309 (if (featurep 'mule) (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)))) |