1 new commit in XEmacs:
https://bitbucket.org/xemacs/xemacs/commits/92757c2b8239/
Changeset: 92757c2b8239
User: stephen_at_xemacs
Date: 2017-12-30 10:50:08+00:00
Summary: Use %p for subwindow id.
Affected #: 2 files
diff -r d05b379f53d3c1e372d5a61651d23b4b72d8a208 -r
92757c2b823956466492eb913941e96b2cd65c35 src/ChangeLog
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2017-12-30 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * glyphs.c (print_image_instance): Use %p for subwindow id.
+
2017-12-29 Aidan Kehoe <kehoea(a)parhasard.net>
* config.h.in:
diff -r d05b379f53d3c1e372d5a61651d23b4b72d8a208 -r
92757c2b823956466492eb913941e96b2cd65c35 src/glyphs.c
--- a/src/glyphs.c
+++ b/src/glyphs.c
@@ -1096,7 +1096,7 @@
DEVICE_TYPE_NAME (XDEVICE (FRAME_DEVICE (f))));
}
write_ascstring (printcharfun, "-frame>");
- write_fmt_string (printcharfun, " 0x%0x",
+ write_fmt_string (printcharfun, " %p",
IMAGE_INSTANCE_SUBWINDOW_ID (ii));
break;
Repository URL:
https://bitbucket.org/xemacs/xemacs/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.