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
ca77ee45
Commit
ca77ee45
authored
Jul 02, 2006
by
Stefan Monnier
Browse files
(read_filtered_event): Treat select-window just like switch-frame.
parent
5937a3fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/lread.c
src/lread.c
+1
-1
No files found.
src/ChangeLog
View file @
ca77ee45
2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
* lread.c (read_filtered_event): Treat select-window just like
switch-frame.
2006-07-02 Kim F. Storm <storm@cua.dk>
* xdisp.c (display_tool_bar_line): Skip glyphs which are too big
...
...
src/lread.c
View file @
ca77ee45
...
...
@@ -484,7 +484,7 @@ read_filtered_event (no_switch_frame, ascii_required, error_nonascii,
switch-frame events will read it and process it. */
if
(
no_switch_frame
&&
EVENT_HAS_PARAMETERS
(
val
)
&& EQ (EVENT_HEAD (val), Qswitch_frame))
&&
EQ
(
EVENT_HEAD_KIND
(
EVENT_HEAD
(
val
)
)
,
Qswitch_frame
))
{
delayed_switch_frame
=
val
;
goto
retry
;
...
...
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