From 0a6ef8a7687f2b3861351e2219d400ff348e3600 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 24 Jul 1994 19:18:19 +0000 Subject: [PATCH] (system-key-alist): Add Sun-specific X11R6 keysyms. --- lisp/term/x-win.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 08141175fe0..344715afe89 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -533,6 +533,13 @@ This returns ARGS with the arguments that have been processed removed." (392976 . f35) (392977 . f36) (393056 . req) + ;; These are for Sun under X11R6 + (393072 . props) + (393073 . front) + (393074 . copy) + (393075 . open) + (393076 . paste) + (393077 . cut) )) ;;;; Selections and cut buffers -- 2.39.5