summaryrefslogtreecommitdiff
path: root/lisp/select.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/select.el')
-rw-r--r--lisp/select.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/select.el b/lisp/select.el
index f82dc3127d4..0b55bebd24d 100644
--- a/lisp/select.el
+++ b/lisp/select.el
@@ -262,7 +262,7 @@ Cut buffers are considered obsolete; you should use selections instead."
(user-full-name))
(defun xselect-convert-to-class (selection type size)
- x-emacs-application-class)
+ "Emacs")
;; We do not try to determine the name Emacs was invoked with,
;; because it is not clean for a program's behavior to depend on that.