Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
efec3894
Commit
efec3894
authored
Aug 26, 2013
by
Jan Djärv
Browse files
* gtkutil.c (xg_initialize): Set gtk-menu-bar-accel to "" instead
of VoidSymbol. Fixes: debbugs:15154
parent
a8544941
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
src/ChangeLog
src/ChangeLog
+5
-0
src/gtkutil.c
src/gtkutil.c
+2
-2
No files found.
src/ChangeLog
View file @
efec3894
2013-08-26 Jan Djärv <jan.h.d@swipnet.se>
* gtkutil.c (xg_initialize): Set gtk-menu-bar-accel to "" instead
of VoidSymbol (Bug#15154).
2013-08-26 Dmitry Antipov <dmantipov@yandex.ru>
* lisp.h (Mouse_HLInfo): Drop set-but-unused members
...
...
src/gtkutil.c
View file @
efec3894
...
...
@@ -5044,10 +5044,10 @@ xg_initialize (void)
(gdk_display_get_default ()));
/* Remove F10 as a menu accelerator, it does not mix well with Emacs key
bindings. It doesn't seem to be any way to remove properties,
so we set it to
VoidSymbol
which in
X
means "no key". */
so we set it to
""
which in means "no key". */
gtk_settings_set_string_property (settings,
"gtk-menu-bar-accel",
"
VoidSymbol
",
"",
EMACS_CLASS);
/* Make GTK text input widgets use Emacs style keybindings. This is
...
...
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