diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-11 02:48:53 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-11 02:48:53 +0000 |
commit | 926e4afc5fb023f3272fa86558b6b1723fcf37c5 (patch) | |
tree | 5c2354f949eec352d7f4776a326ed0d7374f479a /lisp/term/x-win.el | |
parent | a940fc599336926a6629bf7817a714e01a352b7c (diff) | |
download | emacs-926e4afc5fb023f3272fa86558b6b1723fcf37c5.tar.gz |
(system-key-alist): Add sun versions of
mute-grave, mute-diaeresis, mute-asciicircum.
Diffstat (limited to 'lisp/term/x-win.el')
-rw-r--r-- | lisp/term/x-win.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 7632905ce54..39c09c8c038 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) |