comparison lisp/w32-fns.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 8e79905a56dd
children 0d890eccf70f 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
447 ;;; Arrange for the kill and yank functions to set and check the clipboard. 447 ;;; Arrange for the kill and yank functions to set and check the clipboard.
448 (setq interprogram-cut-function 'x-select-text) 448 (setq interprogram-cut-function 'x-select-text)
449 (setq interprogram-paste-function 'x-get-selection-value) 449 (setq interprogram-paste-function 'x-get-selection-value)
450 450
451 451
452 ;;; arch-tag: c49b48cc-0f4f-454f-a274-c2dc34815e14
452 ;;; w32-fns.el ends here 453 ;;; w32-fns.el ends here