X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/4ef4a10d1c513bb3b009c29872d0dc621eb826ce..6e5a5743ddab1142018f20000081184f0bd9dc94:/lisp/select.el diff --git a/lisp/select.el b/lisp/select.el index 5452070426..c4d020343a 100644 --- a/lisp/select.el +++ b/lisp/select.el @@ -1,8 +1,8 @@ ;;; select.el --- lisp portion of standard selection support -;; Copyright (C) 1993-1994, 2001-2012 Free Software Foundation, Inc. +;; Copyright (C) 1993-1994, 2001-2014 Free Software Foundation, Inc. -;; Maintainer: FSF +;; Maintainer: emacs-devel@gnu.org ;; Keywords: internal ;; This file is part of GNU Emacs. @@ -89,7 +89,8 @@ all upper-case names. The most often used ones, in addition to `PRIMARY', are `SECONDARY' and `CLIPBOARD'. DATA-TYPE is usually `STRING', but can also be one of the symbols -in `selection-converter-alist', which see." +in `selection-converter-alist', which see. This argument is +ignored on MS-Windows and MS-DOS." (let ((data (x-get-selection-internal (or type 'PRIMARY) (or data-type 'STRING))) coding)