diff lisp/ChangeLog @ 5665:8593e614573a

Avoid signalling args-out-of-range errors, #'truncate-string-to-width lisp/ChangeLog addition: Avoid args-out-of-range errors, this function is regularly called from menu code and with debug-on-signal non-nil, this can be very irritating. Don't bind ellipsis-len, we don't use it.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 12 May 2012 18:12:13 +0100
parents 00fd55d635fb
children daf5accfe973
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat May 12 17:51:05 2012 +0100
+++ b/lisp/ChangeLog	Sat May 12 18:12:13 2012 +0100
@@ -3,6 +3,10 @@
 	* subr.el:
 	* subr.el (truncate-string-to-width):
 	Sync with GNU's version, use its test suite in mule-tests.el.
+	Avoid args-out-of-range errors, this function is regularly called
+	from menu code and with debug-on-signal non-nil, this can be very
+	irritating.
+	Don't bind ellipsis-len, we don't use it.
 
 2012-05-12  Aidan Kehoe  <kehoea@parhasard.net>