From 9e0bf19a5c222ce74c110180ac3c1beacecd2122 Mon Sep 17 00:00:00 2001 From: Daniel Colascione Date: Mon, 30 Dec 2013 15:27:07 -0800 Subject: [PATCH] Ignore XF86WakeUp --- lisp/ChangeLog | 3 +++ lisp/term/x-win.el | 2 ++ 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 30634f79b14..67774ed6b70 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2013-12-30 Daniel Colascione + * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead + of printing a useless when we resume from sleep. + * progmodes/sh-script.el (sh-smie-sh-forward-token,sh-smie-rc-forward-token): Fix infloop in indentation code. (Bug#16233) 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 -- 2.39.2