emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115814: Ignore XF86WakeUp


From: Daniel Colascione
Subject: [Emacs-diffs] trunk r115814: Ignore XF86WakeUp
Date: Mon, 30 Dec 2013 23:27:41 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115814
revision-id: address@hidden
parent: address@hidden
committer: Daniel Colascione <address@hidden>
branch nick: trunk
timestamp: Mon 2013-12-30 15:27:07 -0800
message:
  Ignore XF86WakeUp
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/term/x-win.el             xwin.el-20091113204419-o5vbwnq5f7feedwu-113
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-12-30 23:16:34 +0000
+++ b/lisp/ChangeLog    2013-12-30 23:27:07 +0000
@@ -1,5 +1,8 @@
 2013-12-30  Daniel Colascione  <address@hidden>
 
+       * 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)

=== modified file 'lisp/term/x-win.el'
--- a/lisp/term/x-win.el        2013-09-18 04:30:33 +0000
+++ b/lisp/term/x-win.el        2013-12-30 23:27:07 +0000
@@ -1595,6 +1595,8 @@
             (and value (cdr value))))
         x-gtk-stock-cache))))
 
+(global-set-key [XF86WakeUp] 'ignore)
+
 (provide 'x-win)
 
 ;;; x-win.el ends here


reply via email to

[Prev in Thread] Current Thread [Next in Thread]