summaryrefslogtreecommitdiff
path: root/lisp/select.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-18 23:25:21 +0000
committerJim Blandy <jimb@redhat.com>1993-05-18 23:25:21 +0000
commit51400849242ac20f4875893a5e695da146444ba3 (patch)
tree34794e5898d2f9c6204dc014550ee7dbb60588fc /lisp/select.el
parent987fb0021009dbf4312c21698d97db854c141d73 (diff)
downloademacs-51400849242ac20f4875893a5e695da146444ba3.tar.gz
* select.el (xselect-convert-to-class): Just return "Emacs" here.
That's what the class will always be.
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.