diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-09-15 23:55:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-09-15 23:55:25 +0000 |
commit | e7399dcc7256ba7bbde1491e68417f0804a60438 (patch) | |
tree | ab50334c95841c962e6e3ec1897e39a78ec9ad1e /lisp/term/x-win.el | |
parent | f1d01ba24f462dc943a93328724c12cf8c2e7816 (diff) | |
download | emacs-e7399dcc7256ba7bbde1491e68417f0804a60438.tar.gz |
(system-key-alist): Add Sun definition for mute-acute.
Diffstat (limited to 'lisp/term/x-win.el')
-rw-r--r-- | lisp/term/x-win.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 53e678602c5..7632905ce54 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -530,6 +530,7 @@ This returns ARGS with the arguments that have been processed removed." ;; This is used by DEC's X server. (65280 . remove) ;; These are for Sun. + (392963 . mute-acute) (392976 . f35) (392977 . f36) (393056 . req) |