aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-10-11 02:48:53 +0000
committerRichard M. Stallman <[email protected]>1994-10-11 02:48:53 +0000
commitca5906261029cd2295b74523f125d846942a28be (patch)
treebcc1435d84eace1c757e9d732f950333431fe8fc /lisp
parentc825792e647b7a4257248d524eb623a971f88008 (diff)
(system-key-alist): Add sun versions of
mute-grave, mute-diaeresis, mute-asciicircum.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/term/x-win.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 7632905ce5..39c09c8c03 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -531,6 +531,9 @@ This returns ARGS with the arguments that have been processed removed."
(65280 . remove)
;; These are for Sun.
(392963 . mute-acute)
+ (392960 . mute-grave)
+ (392964 . mute-diaeresis)
+ (392961 . mute-asciicircum)
(392976 . f35)
(392977 . f36)
(393056 . req)