Mercurial > hg > xemacs-beta
diff lisp/msw-select.el @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 3ecd8885ac67 |
children | 308d34e9f07d |
line wrap: on
line diff
--- a/lisp/msw-select.el Mon Aug 13 11:33:40 2007 +0200 +++ b/lisp/msw-select.el Mon Aug 13 11:35:02 2007 +0200 @@ -38,7 +38,7 @@ (interactive "*") (setq last-command nil) (setq this-command 'yank) ; so that yank-pop works. - (let ((clip (mswindows-get-clipboard)) (s (mark-marker)) (e (point-marker))) + (let ((clip (get-clipboard)) (s (mark-marker)) (e (point-marker))) (or clip (error "there is no text on the clipboard")) (if s (if mouse-track-rectangle-p