summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25Paul Eggert2016-11-041-1/+1
|\
| * ; Spelling fixesPaul Eggert2016-11-041-1/+1
* | * lisp/emacs-lisp/pcase.el (pcase-dolist): Add a docstring.Mark Oteiza2016-11-041-0/+2
* | Turn on lexical-binding in some more libsMark Oteiza2016-10-312-2/+2
* | * lisp/emacs-lisp/cl-macs.el (cl-symbol-macrolet): Fix debug specJohan Bockgård2016-10-311-1/+1
* | Fix avl-tree alias docstringsMark Oteiza2016-10-271-5/+7
* | * lisp/emacs-lisp/seq.el (seq-random-elt): Fix docstring.Nicolas Petton2016-10-251-1/+1
* | Add seq-random-elt to seq.elDamien Cassou2016-10-251-1/+8
* | * lisp/emacs-lisp/seq.el (seq-let): Fix debug spec (Bug#24738)Nicolas Petton2016-10-241-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-10-231-1/+6
|\ \ | |/
| * * lisp/emacs-lisp/autoload.el (update-directory-autoloads): Fix last change.Eli Zaretskii2016-10-191-2/+1
| * Don't scan compiled module files for autoloadsEli Zaretskii2016-10-191-1/+7
| * Run find-function-after-hook after finding a symbolTino Calancha2016-09-231-1/+5
* | New error file-missingPaul Eggert2016-10-211-6/+7
* | cl-seq: Remove max limit on input sequence lengthTino Calancha2016-10-201-31/+39
* | cl-defstruct: Fix debug spec and check of slot optionsJohan Bockgård2016-10-191-6/+7
* | If autoloads buffer is unchanged, mark it as such (bug#23692)Stefan Monnier2016-10-111-1/+2
* | Don’t consider nested let-alist formsPhilipp Stephani2016-10-081-0/+5
* | Autoload entry point testcover-startMark Oteiza2016-10-051-0/+1
* | New user option 'debugger-stack-frame-as-list'Vasilij Schneidermann2016-09-302-2/+6
* | Merge from origin/emacs-25Paul Eggert2016-09-263-12/+38
|\ \ | |/
| * Fix regexp-opt documentation (bug #17862)immerrr2016-09-031-10/+36
| * ; Fix documentation of seq-subseqClément Pit--Claudel2016-09-021-1/+1
| * * lisp/emacs-lisp/gv.el (gv-ref): Fix example of PLACE in docstring.Nicolas Richard2016-08-311-1/+1
* | Improve accuracy of line/column numbers in byte compiler's warning messages.Alan Mackenzie2016-09-171-22/+26
* | * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix debug spec (Bug#24430).Johan Bockgård2016-09-141-10/+10
* | * lisp/emacs-lisp/edebug.el (defun): Fix debug spec.Johan Bockgård2016-09-141-0/+1
* | Stop calling ‘byte-compile-log-warning’Philipp Stephani2016-09-114-40/+40
* | * lisp/emacs-lisp/ring.el: Use lexical-bindingSimen Heggestøyl2016-09-091-4/+5
* | Don’t allocate char-table’s extra slots in regexp-out-charsetMichal Nazarewicz2016-09-091-1/+1
* | Fix uses of (call-interactively) in lisp/emacs-lisp/checkdoc.elRobert Cochran2016-09-031-8/+8
* | Improve error when installing non-package dirsNoam Postavsky2016-08-211-0/+2
* | * lisp/emacs-lisp/map.el (map--dispatch): Fix docstringRobert Cochran2016-08-201-3/+3
* | cl-fill: Rename arguments to cl-seq and cl-itemTino Calancha2016-08-131-9/+9
* | cl-delete-duplicates: Parse :if to have cl-if boundTino Calancha2016-08-101-1/+2
* | cl-delete-duplicates: do not parse :if keywordTino Calancha2016-08-101-1/+1
* | * lisp/emacs-lisp/cconv.el: Fix λ-lifting in the presence of shadowingStefan Monnier2016-08-091-28/+48
* | Fix cl-assert with atomp FORM, non-nil SHOW-ARGSNoam Postavsky2016-08-061-1/+1
* | Fix byte-compile of interactive closuresNoam Postavsky2016-08-061-2/+8
* | Fix quoted lambda warning from lexical-letNoam Postavsky2016-08-061-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-08-056-7/+52
|\ \ | |/
| * Fix eieio vs cl-generic incompatibilities found in Rudel (bug#23947)Stefan Monnier2016-07-143-3/+13
| * Include cl-generic in package--builtin-versions (bug#22817)Stefan Monnier2016-07-141-0/+5
| * * lisp/emacs-lisp/package.el (describe-package-1)Glenn Morris2016-07-131-4/+5
| * Clarify docstring of find-feature-regexpNoam Postavsky2016-07-091-1/+1
| * Add details to cl-lib defining macros' docstringsNoam Postavsky2016-07-091-0/+29
* | * cl-generic.el: Fix problems introduced by new load-history formatStefan Monnier2016-08-021-7/+19
* | * lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads):Glenn Morris2016-08-011-1/+3
* | Move read-multiple-choice to subr-x.elLars Ingebrigtsen2016-07-221-0/+165
* | Better documentation for cl-reduce (bug#24014)Nicolas Petton2016-07-181-0/+10