summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/subr-x.el (hash-table-keys, hash-table-values): Use cl-loop.Tino Calancha2016-11-261-6/+3
* Add "using" to cl-loop debug spec (Bug#24750)Mark Oteiza2016-11-251-0/+1
* buff-menu: Add command to unmark all buffersTino Calancha2016-11-221-0/+6
* Merge from origin/emacs-25Paul Eggert2016-11-191-1/+1
|\
| * Do call debugger on failed cl-assertNoam Postavsky2016-11-081-3/+5
| * Don't call debug on failed cl-assertNoam Postavsky2016-11-041-5/+3
* | Prevent dubious argument listsPhilipp Stephani2016-11-181-2/+5
* | ; Replace "25.2" with "26.1" where appropriate, which is almost everywhereGlenn Morris2016-11-171-3/+3
* | Update parameter :version to 26.1 in several defcustomTino Calancha2016-11-171-1/+1
* | tabulated-list: extend truncation into next align-right columnTino Calancha2016-11-141-12/+49
* | Use the new 'file-name-case-insensitive-p' functionKen Brown2016-11-131-1/+1
* | Update chart.elMark Oteiza2016-11-111-40/+33
* | Remove obsolete default-FOO variablesMark Oteiza2016-11-071-1/+1
* | 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