From 21e1673be3738fb79bd92cf8bd003d86ac51130b Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Mon, 10 Aug 2015 23:04:05 +0100 Subject: [PATCH] * ChangeLog.2: Formatting update. Formatting for one change entry did not follow standard ChangeLog conventions and has now been updated. --- ChangeLog.2 | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/ChangeLog.2 b/ChangeLog.2 index fd4ac82b81c..2ae3e9512c0 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -86,15 +86,21 @@ 2015-08-07 Phillip Lord Improve error signalling for seq-subseq. - The existing behaviour for seq-subseq is to error when indexes are too - large, but to silently ignore numbers which are too negative for lists. - String and vector handling errors in both cases. This has been - regularlised. - Error signalling behaviour has been explicitly added to the docstring of - seq-subseq, and also to cl-subseq which largely defers to - seq-subseq (and is therefore also impacted by this change). - Tests have been added for these exceptional cases, as well as one non - exceptional base case. + + * lisp/seq.el (seq-subseq): The existing behaviour is to error + when indexes are too large, but to silently ignore numbers which + are too negative for lists. String and vector handling errors in + both cases. This has been regularlised. Error signalling behaviour + has been explicitly added to the docstring. + + * lisp/cl-extra.el (cl-subseq): Defers to (seq-subseq) and is + therefore also impacted by this change. The docstring has been + updated to reflect this. + + * test/automated/seq-tests.el (test-seq-subseq): Tests have been + added for these exceptional cases, as well as one non exceptional + base case. + 2015-08-07 Jürgen Hötzel -- 2.39.2