Changeset 6596


Ignore:
Timestamp:
May 25, 2007, 4:47:57 AM (18 years ago)
Author:
Gary Byers
Message:

REGION-TO-CLIPBOARD calls out to Cocoa.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/hemlock/src/cocoa-hemlock.lisp

    r795 r6596  
    171171              (mark-%kind end)
    172172              (eq r (buffer-active-font-region buffer))))))
     173
     174;;; Clipboard
     175(defun region-to-clipboard (region)
     176  (string-to-clipboard (region-to-string region)))
Note: See TracChangeset for help on using the changeset viewer.