diff options
| author | Richard M. Stallman | 1994-10-11 02:48:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-11 02:48:53 +0000 |
| commit | ca5906261029cd2295b74523f125d846942a28be (patch) | |
| tree | bcc1435d84eace1c757e9d732f950333431fe8fc | |
| parent | c825792e647b7a4257248d524eb623a971f88008 (diff) | |
| download | emacs-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.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." | |||
| 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) |