aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-09-25 14:04:04 -0700
committerPaul Eggert2011-09-25 14:04:04 -0700
commit1a2f43d0db92546dab765bc947f70bc7d2e4fee0 (patch)
tree016e3dabc9ce790e4ea3281fc272374dab8f0347 /src/ChangeLog
parentb62b53e8e9cdcc6d8392ffa0c9d17cb2b0e534e2 (diff)
downloademacs-1a2f43d0db92546dab765bc947f70bc7d2e4fee0.tar.gz
emacs-1a2f43d0db92546dab765bc947f70bc7d2e4fee0.zip
* lisp.h (XSETSUBR): Revert, as the old version is needed if debugging is enabled.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cc6c01a4360..1769f91aaf2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -456,8 +456,6 @@
456 (struct Lisp_Marker): 456 (struct Lisp_Marker):
457 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough. 457 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
458 (clip_to_bounds): Now an inline function, moved here from editfns.c. 458 (clip_to_bounds): Now an inline function, moved here from editfns.c.
459 (XSETSUBR): Use size of 0 since the actual size doesn't matter,
460 and using 0 avoids overflow.
461 (GLYPH_CODE_P): Check for overflow in system types, subsuming the 459 (GLYPH_CODE_P): Check for overflow in system types, subsuming the
462 need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves. 460 need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves.
463 All callers changed. 461 All callers changed.