projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f7f45a
)
* src/xterm.c (xt_action_hook): Use const.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Mon, 20 Sep 2010 11:32:26 +0000
(14:32 +0300)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Mon, 20 Sep 2010 11:32:26 +0000
(14:32 +0300)
src/ChangeLog
patch
|
blob
|
history
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 51cb9a2c2eecffa172d693ff3c705f0188121290..0538d1a38bf88ed90e995dd022542602688f41a6 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * xterm.c (xt_action_hook): Use const.
+
2010-09-20 Juanma Barranquero <lekktu@gmail.com>
Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
diff --git
a/src/xterm.c
b/src/xterm.c
index c1d1aada530b9e00004f7cb5e2649c4e4a70d796..f9dd21c87fe02627b5ee4dcf7d591b190419d99d 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-4004,7
+4004,7
@@
xt_action_hook (Widget widget, XtPointer client_data, String action_name,
XEvent *event, String *params, Cardinal *num_params)
{
int scroll_bar_p;
- char *end_action;
+ c
onst c
har *end_action;
#ifdef USE_MOTIF
scroll_bar_p = XmIsScrollBar (widget);