summaryrefslogtreecommitdiff
path: root/lisp/term/x-win.el
diff options
context:
space:
mode:
authorDaniel Colascione <dancol@dancol.org>2013-12-30 15:27:07 -0800
committerDaniel Colascione <dancol@dancol.org>2013-12-30 15:27:07 -0800
commit9e0bf19a5c222ce74c110180ac3c1beacecd2122 (patch)
tree5f0b9e78a410b634b75e667b72460e882572f04b /lisp/term/x-win.el
parente63ace374ce30dbc4660edc696596d116ce9f3f2 (diff)
downloademacs-9e0bf19a5c222ce74c110180ac3c1beacecd2122.tar.gz
Ignore XF86WakeUp
Diffstat (limited to 'lisp/term/x-win.el')
-rw-r--r--lisp/term/x-win.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 3c7373b6d65..424203c5c1d 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -1595,6 +1595,8 @@ This uses `icon-map-list' to map icon file names to stock icon names."
(and value (cdr value))))
x-gtk-stock-cache))))
+(global-set-key [XF86WakeUp] 'ignore)
+
(provide 'x-win)
;;; x-win.el ends here