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
b3b4476b
Commit
b3b4476b
authored
Jun 25, 2012
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* xfns.c (x_window): Remove redundant cast.
parent
b00876c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/xfns.c
src/xfns.c
+1
-1
No files found.
src/ChangeLog
View file @
b3b4476b
2012-06-25 Paul Eggert <eggert@cs.ucla.edu>
* xfns.c (x_window): Remove redundant cast.
2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
* xmenu.c (xmenu_show, xdialog_show): Explicit cast from
...
...
src/xfns.c
View file @
b3b4476b
...
...
@@ -2503,7 +2503,7 @@ x_window (struct frame *f, long window_prompting, int minibuffer_only)
it is safe to free it while the frame exists.
It isn't worth the trouble of arranging to free it
when the frame is deleted. */
tem =
(char *)
xstrdup (shell_position);
tem = xstrdup (shell_position);
XtSetArg (gal[gac], XtNgeometry, tem); gac++;
XtSetValues (shell_widget, gal, gac);
}
...
...
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