diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-18 23:25:21 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-18 23:25:21 +0000 |
commit | 7e773fb425c8de50d71643365ba125e716cac911 (patch) | |
tree | 121ee58387a199ee5fd4bda72f380bf1401fcf65 /lisp/select.el | |
parent | 42e3337cc7a782ab8705b1dea3841a7b0dcb6224 (diff) | |
download | emacs-7e773fb425c8de50d71643365ba125e716cac911.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.el | 2 |
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. |