summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)