summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-07-17 22:49:37 +0000
committerKarl Heuer <kwzh@gnu.org>1995-07-17 22:49:37 +0000
commit51a8e1cc2cce612f45c78f08f477a438781ccbf9 (patch)
treee42555d5929ea85cee557e8a0625d627b0552d8f
parent63d991d6349ae456ab39a2301c4aae4e6a80168e (diff)
downloademacs-51a8e1cc2cce612f45c78f08f477a438781ccbf9.tar.gz
emacs-51a8e1cc2cce612f45c78f08f477a438781ccbf9.tar.bz2
emacs-51a8e1cc2cce612f45c78f08f477a438781ccbf9.zip
(vendor-specific-keysyms):
In Sun keys, f36 was misnamed f35 and f37 misnamed f36.
-rw-r--r--lisp/term/x-win.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index d1ca04573f4..3bad1362a93 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -591,8 +591,8 @@ as returned by (x-server-vendor)."
(65397 . kp-backtab)))
((or (string-equal vendor "X11/NeWS - Sun Microsystems Inc.")
(string-equal vendor "X Consortium"))
- '((392976 . f35)
- (392977 . f36)
+ '((392976 . f36)
+ (392977 . f37)
(393056 . req)
;; These are for Sun under X11R6
(393072 . props)