1 new commit in XEmacs:
https://bitbucket.org/xemacs/xemacs/changeset/c65b0329894b/
changeset: c65b0329894b
user: stephen_at_xemacs
date: 2012-12-24 10:40:47
summary: Fix last patch.
affected #: 2 files
diff -r ad35a0cd95f55ae78abe9f52055a6bf492d1f1a6 -r
c65b0329894b09c08423739508d277548a0b1a00 src/ChangeLog
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2012-12-24 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ (Fself_insert_command): Oops, Aidan renamed make_int to make_fixnum.
+ Adjust my patch to match. Thank you, Mr. Buildbot (and matsl! :-)
+
2012-12-24 Stephen J. Turnbull <stephen(a)xemacs.org>
* cmds.c (Fself_insert_command):
diff -r ad35a0cd95f55ae78abe9f52055a6bf492d1f1a6 -r
c65b0329894b09c08423739508d277548a0b1a00 src/cmds.c
--- a/src/cmds.c
+++ b/src/cmds.c
@@ -334,7 +334,7 @@
/* It is sometimes useful to specify `self-insert-commmand' in Lisp code.
We may as well as all that to be done with default = 1. */
- count = NILP (count) ? make_int(1) : count;
+ count = NILP (count) ? make_fixnum(1) : count;
/* Can't insert more than most-positive-fixnum characters, the buffer
won't hold that many. */
check_integer_range (count, Qzero, make_fixnum (MOST_POSITIVE_FIXNUM));
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.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches