Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9e0bf19a
Commit
9e0bf19a
authored
Dec 30, 2013
by
Daniel Colascione
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ignore XF86WakeUp
parent
e63ace37
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/term/x-win.el
lisp/term/x-win.el
+2
-0
No files found.
lisp/ChangeLog
View file @
9e0bf19a
2013-12-30 Daniel Colascione <dancol@dancol.org>
* 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)
...
...
lisp/term/x-win.el
View file @
9e0bf19a
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment