aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-05-24 04:59:27 +0000
committerKarl Heuer <[email protected]>1995-05-24 04:59:27 +0000
commit3f18a142f97ef8c47e9507599d2e57696ec599f4 (patch)
tree5451ba90384f2e4c976f73d33fb655232e9f098c
parent4a4cbdd52890e39403fbae1cca0df762ee42a683 (diff)
(vendor-specific-keysyms): Add second spelling for HP.
-rw-r--r--lisp/term/x-win.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index ee2cbb87c6..d7292183a1 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -568,7 +568,8 @@ as returned by (x-server-vendor)."
(65298 . save)
(65299 . exit)
(65300 . repeat)))
- ((string-equal vendor "Hewlett-Packard Incorporated")
+ ((or (string-equal vendor "Hewlett-Packard Incorporated")
+ (string-equal vendor "Hewlett-Packard Company"))
'(( 168 . mute-acute)
( 169 . mute-grave)
( 170 . mute-asciicircum)