summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
...
* | * lisp/emacs-lisp/byte-opt.el: Optimize how tags are checked for use.Vibhav Pant2017-01-151-4/+3
* | * lisp/emacs-lisp/bytecomp.el: Add documentation, remove code duplicationVibhav Pant2017-01-151-21/+34
* | Add new 'switch' byte-code.Vibhav Pant2017-01-152-38/+150
|/
* (cl-defstruct): Improve error message for slots w/o value (bug#25312)Stefan Monnier2017-01-031-1/+17
* Update copyright year to 2017 in masterPaul Eggert2017-01-012-2/+2
* Merge from origin/emacs-25Paul Eggert2017-01-0183-83/+83
|\
| * Fix copyright years by handPaul Eggert2017-01-011-1/+1
| * Update copyright year to 2017Paul Eggert2016-12-3182-82/+82
| * * lisp/emacs-lisp/inline.el: Fix apply-conversion (bug#25280)Stefan Monnier2016-12-281-3/+3
* | Merge from origin/emacs-25Paul Eggert2017-01-011-8/+8
|\ \ | |/
| * Define struct predicate before acccesorsNoam Postavsky2016-12-101-8/+8
| * * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstringPhilipp Stephani2016-12-071-3/+4
* | Give eval-and-compile a correct edebug spec. Fixes bug #16184 properly.Alan Mackenzie2017-01-012-7/+4
* | Checkdoc: use syntax functions instead of regexPhilipp Stephani2016-12-311-28/+31
* | Initialize edebug-offset-indices to a cons, not nil. Fixes bug #16184.Alan Mackenzie2016-12-291-3/+6
* | * lisp/emacs-lisp/inline.el: Fix apply-conversion (bug#25280)Stefan Monnier2016-12-271-3/+3
* | Checkdoc: Don't require a space before an arg listPhilipp Stephani2016-12-261-1/+1
* | * src/data.c (Fmake_variable_frame_local): RemoveStefan Monnier2016-12-211-2/+1
* | Fix rx-any with range with ?\] and ?-Noam Postavsky2016-12-181-1/+1
* | Make seq-into return the sequence when no conversion neededNicolas Petton2016-12-161-6/+22
* | Fix circular list handling in seq-mapnNicolas Petton2016-12-151-1/+4
* | Replace ldefs-boot with a much smaller filePhillip Lord2016-12-131-1/+1
* | Minor fix for define-derived-modeGlenn Morris2016-12-121-5/+6
* | Move backtrace to ELisp using a new mapbacktrace primitiveClément Pit--Claudel2016-12-121-6/+5
* | Minor advice.el fixGlenn Morris2016-12-121-1/+1
* | Do not allow nil to be defined as a functionGlenn Morris2016-12-101-0/+1
* | Add some sanity checking of defun arglistNicolas Richard2016-12-101-0/+4
* | Retain message logging in map-y-or-n-pGlenn Morris2016-12-071-2/+1
* | Merge from origin/emacs-25Paul Eggert2016-12-071-1/+1
|\ \ | |/
| * Don't assume window-point and point are the sameNoam Postavsky2016-12-061-1/+1
* | Docstring improvement for seq-some (bug#25129)Nicolas Petton2016-12-071-1/+2
* | Fix ert-tests when running compiledNoam Postavsky2016-12-061-5/+6
* | Fix markup in read-multiple-choice doc (Bug#25102)Glenn Morris2016-12-031-1/+1
* | Add function to trigger debugger on variable writeNoam Postavsky2016-12-021-0/+91
* | * 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