summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Obsolete local set difference functions in favor of seq-differenceStefan Kangas2021-04-051-0/+1
* Replace two functions with seq-subseqStefan Kangas2021-04-031-0/+1
* Use emacs-version instead of obsolete version variablesStefan Kangas2021-04-011-3/+6
* Convert many more links to use HTTPSStefan Kangas2021-03-242-2/+2
* Move string-trim functions to subr.elLars Ingebrigtsen2021-03-242-25/+0
* Fix cl-progv binding orderToby Cubitt2021-03-201-1/+2
* * lisp/emacs-lisp/bytecomp.el: Remember location of unresolved callsStefan Monnier2021-03-191-51/+20
* * lisp/emacs-lisp/pcase.el (pcase-compile-patterns): New function (bug#47261)Stefan Monnier2021-03-191-54/+93
* Fix copyright lines mistakenly treated as outline headersStefan Monnier2021-03-181-1/+1
* * lisp/emacs-lisp/cl-macs.el (cl--self-tco): Optimize the "return nil" caseStefan Monnier2021-03-181-6/+12
* Optimise tail calls in `and` and `or` forms in `cl-labels` functionsMattias Engdegård2021-03-181-0/+6
* Compute chart-face-list dynamicallyLars Ingebrigtsen2021-03-181-28/+36
* Make memory-report work with buffer-local unbound varsLars Ingebrigtsen2021-03-181-1/+1
* * lisp/emacs-lisp/benchmark.el (benchmark-call): New functionStefan Monnier2021-03-171-31/+67
* Init archive and add noconfirm to 'package-install-selected-packages'Gabriel do Nascimento Ribeiro2021-03-151-6/+10
* Merge from origin/emacs-27Glenn Morris2021-03-121-2/+1
|\
| * * lisp/emacs-lisp/gv.el (edebug-after): Don't run the getter in the setterStefan Monnier2021-03-051-2/+1
* | ; Fix typos in doc stringsMattias Engdegård2021-03-121-1/+1
* | * lisp/emacs-lisp/cconv.el (cconv--analyze-use): Simplify (doh!)Stefan Monnier2021-03-111-1/+1
* | * lisp/emacs-lisp/cconv.el (cconv--analyze-use): Tune down the warningStefan Monnier2021-03-111-1/+2
* | * lisp/emacs-lisp/syntax.el (syntax-propertize-rules): Use `macroexp-let2`Stefan Monnier2021-03-111-6/+7
* | Make byte-compiled uses of `define-minor-mode' more compatibleLars Ingebrigtsen2021-03-121-5/+13
* | * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-112-5/+5
* | * lisp/emacs-lisp/cconv.el (cconv--analyze-use): Warn never-initialized varsStefan Monnier2021-03-111-5/+8
* | Fix byte-compilation warning in benchmark-runLars Ingebrigtsen2021-03-101-1/+2
* | Mark string predicates side-effect-freeMattias Engdegård2021-03-101-0/+2
* | Fix duplicate ":" in ert-find-test-other-window promptStefan Kangas2021-03-101-1/+1
* | Do mode tagging in ert.elStefan Kangas2021-03-101-13/+14
* | * lisp/emacs-lisp/cconv.el: Don't confuse a string for a docstringStefan Monnier2021-03-091-2/+3
* | Fix structure of condition object in nested 'ert-fail'.Philipp Stephani2021-03-081-1/+1
* | Make checkdoc--next-docstring use the doc-string-elt propertyMauro Aranda2021-03-081-24/+9
* | Normalize version specifiers for make-obsolete and friendsStefan Kangas2021-03-081-1/+1
* | * lisp/emacs-lisp/bytecomp.el: Warn about unprefixed vars in `boundp`Stefan Monnier2021-03-071-4/+12
* | * lisp/emacs-lisp/bindat.el (bindat-struct): Fix Edebug defStefan Monnier2021-03-061-2/+2
* | Various map.el improvementsBasil L. Contovounesios2021-03-062-147/+180
* | ; Fix typo.Stefan Kangas2021-03-061-1/+1
* | Bindat: new macro-expansion based data layout languageStefan Monnier2021-03-051-151/+416
* | Make lambda-lifting work againMattias Engdegård2021-03-051-1/+1
* | * lisp/emacs-lisp/bindat.el: Minor refactoringStefan Monnier2021-03-051-69/+70
* | Improve the documentation of :extra in cl-defmethodLars Ingebrigtsen2021-03-051-3/+7
* | Fix qualifiers order for loadhist-unload-element in elp.elMauro Aranda2021-03-051-1/+1
* | Actually fill the correct paragraph in `lisp-fill-paragraph'Lars Ingebrigtsen2021-03-051-1/+4
* | Don't ignore lexically-bound variables in a defvar (bug#46912)Pip Cet2021-03-051-3/+6
* | * lisp/emacs-lisp/cl-generic.el: Make `doc-string` prop work with qualifiersStefan Monnier2021-03-041-1/+11
* | Add a command in package mode for opening home pages directlyLars Ingebrigtsen2021-03-041-0/+19
* | Make checkdoc work with qualified methodsMauro Aranda2021-03-041-1/+20
* | Fix pcase dontcare pattern in cl--sm-macroexpandBasil L. Contovounesios2021-03-041-1/+1
* | * lisp/emacs-lisp/pcase.el (pcase-defmacro): Fix `pcase-tests-macro`Stefan Monnier2021-03-032-8/+13
* | * lisp/emacs-lisp/pcase.el (pcase--u1): Fix typoStefan Monnier2021-03-021-1/+1
* | * lisp/emacs-lisp/trace.el (trace-values): Work outside of traced functionStefan Monnier2021-03-021-2/+2