summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/cl-macs.el (cl--prog): New functionStefan Monnier2016-07-121-0/+21
* * cl-generic.el (cl-defmethod): Make docstring dynamicStefan Monnier2016-07-122-16/+47
* An efficient built-in mapcanMario Lang2016-07-102-2/+3
* Add a couple cells to lisp-prettify-symbols-alistMark Oteiza2016-07-081-1/+4
* Replace eldoc-documentation-function with a hookMark Oteiza2016-07-061-18/+32
* ; Spelling fixesPaul Eggert2016-06-261-1/+1
* * lisp/emacs-lisp/syntax.el (syntax-propertize): Flush extended region.Stefan Monnier2016-06-221-0/+3
* Merge from origin/emacs-25Paul Eggert2016-06-192-2/+5
|\
| * * lisp/emacs-lisp/nadvice.el (advice--make-docstring):Glenn Morris2016-06-131-1/+4
| * * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Fix (bug#19704)Stefan Monnier2016-06-111-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-06-191-2/+2
|\ \ | |/
| * * lisp/emacs-lisp/cl-macs.el (cl-loop): Doc fix re "by".Tino Calancha2016-06-071-2/+2
* | * lisp/emacs-lisp/map.el (map-contains-key): Better docstringNicolas Petton2016-06-181-1/+1
* | Fix seq-containsNicolas Petton2016-06-181-2/+3
* | Add new function map-doNicolas Petton2016-06-181-1/+25
* | Add seq-do-indexedNicolas Petton2016-06-181-1/+11
* | map.el (map-merge*): Use `map-into' at beginning rather than endStefan Monnier2016-06-181-11/+18
* | Automatically find vars and functions via definition-prefixesStefan Monnier2016-06-151-1/+59
* | * lisp/emacs-lisp/seq.el (seq-drop): Better list implementationNicolas Petton2016-06-121-5/+2
* | Remove ‘ert-with-function-mocked’ macro in favour of ‘cl-letf’ macroMichal Nazarewicz2016-06-081-40/+0
* | Merge from origin/emacs-25Paul Eggert2016-06-071-1/+1
|\ \ | |/
| * * lisp/emacs-lisp/lisp-mode.el (lisp--mode-syntax-table):Glenn Morris2016-05-311-1/+1
* | * lisp/emacs-lisp/autoload.el (autoload--make-defs-autoload): Expand lessStefan Monnier2016-06-011-23/+72
* | Merge from origin/emacs-25Paul Eggert2016-05-311-2/+4
|\ \ | |/
| * * lisp/emacs-lisp/find-func.el (find-function-library):Glenn Morris2016-05-261-2/+4
* | ; Spelling fixesPaul Eggert2016-05-302-2/+2
* | * lisp/emacs-lisp/autoload.el: Use radix-tree.Stefan Monnier2016-05-302-54/+220
* | * lisp/emacs-lisp/pcase.el: Undo last change's spurious changesStefan Monnier2016-05-301-46/+4
* | * lisp/emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates): Add `atom'.Stefan Monnier2016-05-301-4/+47
* | Don’t document declare-function internalsPaul Eggert2016-05-271-0/+2
* | * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Tweak previous toGlenn Morris2016-05-271-6/+8
* | * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Add docstring to accessors.Stefan Monnier2016-05-271-5/+7
* | * lisp/subr.el (definition-prefixes): Expand docstringStefan Monnier2016-05-271-9/+7
* | Fix byte-compiler pacification for declare-functionPaul Eggert2016-05-261-6/+5
* | Pacify 'make check-declare'Paul Eggert2016-05-261-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-05-261-44/+51
|\ \ | |/
| * Do not trash symlinks to init filePaul Eggert2016-05-221-2/+10
| * * lisp/emacs-lisp/package.el (package-refresh-contents):Artur Malabarba2016-05-201-10/+4
| * * lisp/emacs-lisp/package.el: Fix free variable warnings.Artur Malabarba2016-05-181-37/+37
| * * lisp/emacs-lisp/package.el (package--with-response-buffer):Artur Malabarba2016-05-181-16/+21
* | Make autoloads populate a new definition-prefixes tableStefan Monnier2016-05-251-15/+181
* | Add missing dependencies to seq.elNicolas Petton2016-05-221-0/+2
* | ‘make check-declare’ now chatters lessPaul Eggert2016-05-181-83/+59
* | Pacify byte-compiler for byte-compile-macroexpand-declare-functionPaul Eggert2016-05-181-5/+6
* | ; * lisp/emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit):Glenn Morris2016-05-161-1/+1
* | * lisp/emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit):Glenn Morris2016-05-161-4/+25
* | Pacify ‘make check-declare’Paul Eggert2016-05-142-2/+3
* | Merge from origin/emacs-25Paul Eggert2016-05-131-1/+1
|\ \ | |/
| * Properly reject malformed or empty package sigsPaul Eggert2016-05-131-1/+1
* | Tweak check-declare-directory performancePaul Eggert2016-05-131-1/+1