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
b28d7564
Commit
b28d7564
authored
May 01, 2007
by
YAMAMOTO Mitsuharu
Browse files
(mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
(Fx_popup_dialog) [MAC_OSX]: Likewise.
parent
78f0d1fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/macmenu.c
src/macmenu.c
+10
-0
No files found.
src/ChangeLog
View file @
b28d7564
2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
(Fx_popup_dialog) [MAC_OSX]: Likewise.
2007-04-29 Richard Stallman <rms@gnu.org>
* insdel.c (replace_range): For undo, record insertion first.
...
...
src/macmenu.c
View file @
b28d7564
...
...
@@ -1011,6 +1011,11 @@ for instance using the window manager, then this produces a quit and
DialogItemIndex
item_hit
;
Lisp_Object
tem
;
/* Force a redisplay before showing the dialog. If a frame is
created just before showing the dialog, its contents may not
have been fully drawn. */
Fredisplay
(
Qt
);
tem
=
Fstring_match
(
concat3
(
build_string
(
"
\\
("
),
call0
(
intern
(
"sentence-end"
)),
build_string
(
"
\\
)
\n
"
)),
...
...
@@ -2943,6 +2948,11 @@ mac_dialog_show (f, keymaps, title, header, error_name)
first_wv
=
wv
;
}
/* Force a redisplay before showing the dialog. If a frame is created
just before showing the dialog, its contents may not have been fully
drawn. */
Fredisplay
(
Qt
);
/* Actually create the dialog. */
#if TARGET_API_MAC_CARBON
menu_item_selection
=
create_and_show_dialog
(
f
,
first_wv
);
...
...
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