aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-05-18 23:25:21 +0000
committerJim Blandy1993-05-18 23:25:21 +0000
commit7e773fb425c8de50d71643365ba125e716cac911 (patch)
tree121ee58387a199ee5fd4bda72f380bf1401fcf65
parent42e3337cc7a782ab8705b1dea3841a7b0dcb6224 (diff)
downloademacs-7e773fb425c8de50d71643365ba125e716cac911.tar.gz
emacs-7e773fb425c8de50d71643365ba125e716cac911.zip
* select.el (xselect-convert-to-class): Just return "Emacs" here.
That's what the class will always be.
-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."
262 (user-full-name)) 262 (user-full-name))
263 263
264(defun xselect-convert-to-class (selection type size) 264(defun xselect-convert-to-class (selection type size)
265 x-emacs-application-class) 265 "Emacs")
266 266
267;; We do not try to determine the name Emacs was invoked with, 267;; We do not try to determine the name Emacs was invoked with,
268;; because it is not clean for a program's behavior to depend on that. 268;; because it is not clean for a program's behavior to depend on that.