aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-11 02:48:53 +0000
committerRichard M. Stallman1994-10-11 02:48:53 +0000
commitca5906261029cd2295b74523f125d846942a28be (patch)
treebcc1435d84eace1c757e9d732f950333431fe8fc
parentc825792e647b7a4257248d524eb623a971f88008 (diff)
downloademacs-ca5906261029cd2295b74523f125d846942a28be.tar.gz
emacs-ca5906261029cd2295b74523f125d846942a28be.zip
(system-key-alist): Add sun versions of
mute-grave, mute-diaeresis, mute-asciicircum.
-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 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."
531 (65280 . remove) 531 (65280 . remove)
532 ;; These are for Sun. 532 ;; These are for Sun.
533 (392963 . mute-acute) 533 (392963 . mute-acute)
534 (392960 . mute-grave)
535 (392964 . mute-diaeresis)
536 (392961 . mute-asciicircum)
534 (392976 . f35) 537 (392976 . f35)
535 (392977 . f36) 538 (392977 . f36)
536 (393056 . req) 539 (393056 . req)