1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00
emacs/lisp/emacs-lisp
Nicolas Petton 5a9eba603d
New convenience functions in seq.el
Functions to access the first or all but the first elements of
sequences have been repeatedly asked for (the last occurrence being
https://github.com/NicolasPetton/seq.el/issues/9).

* lisp/emacs-lisp/seq.el (seq-first, seq-rest): New functions.
* test/lisp/emacs-lisp/seq-tests.el (test-seq-first, test-seq-rest):
New tests for seq-first and seq-rest.
2018-12-18 09:42:50 +01:00
..
advice.el * lisp/emacs-lisp/advice.el: Only use defmacro when needed 2018-09-17 14:02:05 -04:00
autoload.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
avl-tree.el
backquote.el
backtrace.el Fix links in backtraces to work on advised built-ins (Bug#25393) 2018-08-27 10:43:57 -07:00
benchmark.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
bindat.el Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00
byte-opt.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
byte-run.el
bytecomp.el Don't create *Compile-Log* due to byte-compile. Amend message to it. 2018-12-09 12:59:03 +00:00
cconv.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
chart.el
check-declare.el
checkdoc.el Merge from origin/emacs-26 2018-11-04 09:37:03 -08:00
cl-extra.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
cl-generic.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
cl-indent.el
cl-lib.el Allow setf of buffer-modified-p without argument (Bug#21201) 2018-08-27 18:54:23 -04:00
cl-macs.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
cl-preloaded.el
cl-print.el Add new command to expand all "..."s in a backtrace frame 2018-08-03 08:53:02 -07:00
cl-seq.el
cl.el
copyright.el Fix quote in the copyright skeleton 2018-12-08 22:42:08 +01:00
crm.el
cursor-sensor.el * lisp/emacs-lisp/cursor-sensor.el: Add motivation 2018-12-09 20:56:35 -05:00
debug.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
derived.el Don't quote self-quoting pcase patterns 2018-10-30 16:17:45 +01:00
disass.el
easy-mmode.el Improve doc strings generated by 'easy-mmode-define-navigation' 2018-11-09 11:22:46 +02:00
easymenu.el Don't quote self-quoting pcase patterns 2018-10-30 16:17:45 +01:00
edebug.el Merge from origin/emacs-26 2018-11-20 09:38:43 -08:00
eieio-base.el Further fix to eieio-persistent 2018-10-04 12:10:58 -07:00
eieio-compat.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
eieio-core.el Don't quote self-quoting pcase patterns 2018-10-30 16:17:45 +01:00
eieio-custom.el
eieio-datadebug.el
eieio-opt.el
eieio-speedbar.el
eieio.el
eldoc.el * lisp/emacs-lisp/eldoc.el: Let the user interrupt the search 2018-12-04 18:15:44 -05:00
elint.el
elp.el
ert-x.el
ert.el Tiny ert-summarize-tests-batch-and-exit improvement 2018-12-17 22:52:34 -08:00
ewoc.el
faceup.el
find-func.el
float-sup.el
generator.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
generic.el
gv.el
helper.el
inline.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
let-alist.el
lisp-mnt.el * lisp/emacs-lisp/lisp-mnt.el: Use lexical-binding 2018-10-10 09:20:19 -04:00
lisp-mode.el Merge from origin/emacs-26 2018-10-27 09:15:32 -07:00
lisp.el * lisp/emacs-lisp/lisp.el (delete-pair): Add optional prefix arg. 2018-10-19 02:09:15 +03:00
macroexp.el * lisp/emacs-lisp/macroexp.el: Don't hide backtrace 2018-12-16 23:39:51 -05:00
map-ynp.el Merge from origin/emacs-26 2018-11-28 07:51:12 -08:00
map.el * lisp/emacs-lisp/map.el: Avoid special casing lists. 2018-12-17 14:51:01 -05:00
nadvice.el
package-x.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
package.el Get long package description for installed packages from installed files 2018-12-13 14:45:05 -08:00
pcase.el Merge from origin/emacs-26 2018-11-04 09:37:03 -08:00
pp.el
radix-tree.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
re-builder.el
regexp-opt.el
regi.el
ring.el Add 'ring-resize' function 2018-11-10 11:41:51 +02:00
rmc.el
rx.el Merge from origin/emacs-26 2018-10-31 07:50:57 -07:00
seq.el New convenience functions in seq.el 2018-12-18 09:42:50 +01:00
shadow.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
smie.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
subr-x.el Merge from origin/emacs-26 2018-12-02 10:32:25 -08:00
syntax.el * lisp/emacs-lisp/syntax.el (syntax-propertize-rules): Allow empty rules 2018-11-02 17:47:11 -04:00
tabulated-list.el
tcover-ses.el
tcover-unsafep.el
testcover.el
text-property-search.el
thunk.el
timer-list.el
timer.el Improve rounding in recent timer fix 2018-10-22 19:34:49 -07:00
tq.el
trace.el
unsafep.el
warnings.el