]> code.delx.au - gnu-emacs-elpa/commit
Split seq.el into separate files for different versions of Emacs
authorNicolas Petton <nicolas@petton.fr>
Fri, 25 Mar 2016 14:42:19 +0000 (15:42 +0100)
committerNicolas Petton <nicolas@petton.fr>
Fri, 25 Mar 2016 14:42:19 +0000 (15:42 +0100)
commit4fc9bb331e51dac74c5f4fb8ff68550ee9412ae8
tree5b1cbc75d9745adf9e71d793908ce511cd3e1be2
parent4b55aa09b5721ee7c38ed20c46786e5e53a8d999
Split seq.el into separate files for different versions of Emacs

All functions in seq-25.el are wrapped in a `seq--when-emacs-25-p' to
make sure that the byte compiler won't emit warnings or errors when the
file is byte compiled in Emacs < 25.

* packages/seq/seq-24.el:
* packages/seq/seq-25.el: New files.
* packages/seq/seq.el: Load seq-VERSION.el based on the version of Emacs.
* packages/seq/test/seq.el-test.el: Backport a test from seq.el in Emacs
  master.
packages/seq/seq-24.el [new file with mode: 0644]
packages/seq/seq-25.el [new file with mode: 0644]
packages/seq/seq.el
packages/seq/tests/seq-tests.el