summaryrefslogtreecommitdiff
path: root/lisp/term
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-05-24 04:59:27 +0000
committerKarl Heuer <kwzh@gnu.org>1995-05-24 04:59:27 +0000
commit3f18a142f97ef8c47e9507599d2e57696ec599f4 (patch)
tree5451ba90384f2e4c976f73d33fb655232e9f098c /lisp/term
parent4a4cbdd52890e39403fbae1cca0df762ee42a683 (diff)
downloademacs-3f18a142f97ef8c47e9507599d2e57696ec599f4.tar.gz
(vendor-specific-keysyms): Add second spelling for HP.
Diffstat (limited to 'lisp/term')
-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 ee2cbb87c67..d7292183a15 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)