aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.