Mercurial > emacs
changeset 2879:48dd9b2361df
* select.el (xselect-convert-to-class): Just return "Emacs" here.
That's what the class will always be.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 18 May 1993 23:25:21 +0000 |
parents | bbecb53ca42b |
children | 9a78169e44df |
files | lisp/select.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/select.el Tue May 18 23:03:14 1993 +0000 +++ b/lisp/select.el Tue May 18 23:25:21 1993 +0000 @@ -262,7 +262,7 @@ (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.