emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] New patch for seq.el


From: Nicolas Petton
Subject: [PATCH] New patch for seq.el
Date: Mon, 15 Dec 2014 22:41:28 +0100

Hi,

Here is a new patch for seq.el with the following changes:

- Documentation for all seq- functions/macro in sequences.texi
- Some small changes in the docstring of several functions
- New unit tests were added 
- seq-drop returns the sequence if the second argument is a negative
  integer or 0
- seq-take returns an empty sequence if the second argument is a negative
  integer or 0
- Version package header
- I also rebased it to master

I keep a branch on github. Here's a link in case that would be
easier: https://github.com/NicolasPetton/emacs/tree/seq

Attachment: seq.diff
Description: Text Data

Cheers,
Nico

reply via email to

[Prev in Thread] Current Thread [Next in Thread]