diff options
Diffstat (limited to 'ChangeLog.2')
| -rw-r--r-- | ChangeLog.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index a9e1dd2a117..c1e10b19e1e 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -26836,7 +26836,7 @@ | |||
| 26836 | 26836 | ||
| 26837 | 2015-08-07 Phillip Lord <phillip.lord@newcastle.ac.uk> | 26837 | 2015-08-07 Phillip Lord <phillip.lord@newcastle.ac.uk> |
| 26838 | 26838 | ||
| 26839 | Improve error signalling for seq-subseq | 26839 | Improve error signaling for seq-subseq |
| 26840 | * lisp/emacs-lisp/seq.el (seq-subseq): The existing behavior is to error | 26840 | * lisp/emacs-lisp/seq.el (seq-subseq): The existing behavior is to error |
| 26841 | when indexes are too large, but to silently ignore numbers which | 26841 | when indexes are too large, but to silently ignore numbers which |
| 26842 | are too negative for lists. String and vector handling errors in | 26842 | are too negative for lists. String and vector handling errors in |