summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Convert unsafep tests to ertStefan Kangas2020-08-291-140/+0
* Prevent ElDoc blinking when eldoc-documentation-enthusiast is usedJoão Távora2020-08-291-2/+3
* ; Bump seq version to 2.22Stefan Kangas2020-08-291-1/+1
* Make XEmacs compat aliases obsolete in warnings.elStefan Kangas2020-08-281-2/+4
* Use lexical-binding in warnings.el and add testsStefan Kangas2020-08-281-5/+1
* New eieio-persistent-make-instance generic functionEric Abrahamsen2020-08-281-41/+39
* Remove redundant slot validation in eieio-persistent-readEric Abrahamsen2020-08-281-148/+63
* ; Fix license statements.Stefan Kangas2020-08-271-3/+5
* Preserve setf semantics in 'substring', 'cons', 'logand' expandersŠtěpán Němec2020-08-252-8/+17
* Merge from origin/emacs-27Michael Albinus2020-08-251-24/+28
|\
| * Fix cond jump table compilation (bug#42919)Mattias Engdegård2020-08-191-24/+28
* | Change how #:uninterned symbols are font-locked in Lisp modeLars Ingebrigtsen2020-08-241-3/+1
* | Avoid some uses of obsolete function interactive-pStefan Kangas2020-08-241-1/+1
* | Remove many items obsolete since Emacs 23.2 and 23.3Stefan Kangas2020-08-241-3/+0
* | Minor mode doc string clarificationLars Ingebrigtsen2020-08-211-1/+4
* | Fix #'(lambda ...) font lockingAnders Lindgren2020-08-191-1/+3
* | Remove some compat code from chart.elLars Ingebrigtsen2020-08-181-3/+1
* | Merge from origin/emacs-27Glenn Morris2020-08-181-2/+2
|\|
| * ; spelling fixesPaul Eggert2020-08-131-2/+2
* | Fix ert ability to peek inside structures when comparing unequal valuesClément Pit-Claudel2020-08-181-1/+8
* | Make Emacs 20 compat code in derived.el obsoleteStefan Kangas2020-08-141-0/+1
* | Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-143-18/+0
* | Handle nil load-path element in read-library-nameTobias Zawada2020-08-131-2/+3
* | ; * lisp/emacs-lisp/autoload.el: Begin summary line with three semicolons.Jonas Bernoulli2020-08-131-1/+1
* | Merge two conditions and fix indentationJonas Bernoulli2020-08-131-4/+4
* | Remove Emacs 23 compat code from checkdoc.elStefan Kangas2020-08-121-9/+4
* | Remove compat code from autoload.elLars Ingebrigtsen2020-08-111-3/+2
* | Fix (end-of-defun N) for N >= 2Noam Postavsky2020-08-111-1/+2
* | Add the new library hierarchy.elDamien Cassou2020-08-091-0/+579
* | Make the name column in 'list-buffers' have a dynamic widthLars Ingebrigtsen2020-08-081-0/+1
* | Clean up and improve compilation of arithmetic (bug#42597)Mattias Engdegård2020-08-072-60/+62
* | Fix byte-compilation of (+ -0.0) (bug#42597)Mattias Engdegård2020-08-071-3/+3
* | Tweak the autoloads scrape output slightlyLars Ingebrigtsen2020-08-061-2/+2
* | Make the loaddefs scraping compilation output look more regularLars Ingebrigtsen2020-08-061-1/+15
* | Make 'byte-compile-info*' functions more logicalLars Ingebrigtsen2020-08-061-2/+15
* | Avoid duplicate Edebug symbols when backtracking (Bug#42701)Philipp Stephani2020-08-031-0/+7
* | Improve Edebug symbols for inlined secondary methods (Bug#42671)Philipp Stephani2020-08-021-1/+1
* | Add a workaround for Bug#42672Philipp Stephani2020-08-021-1/+10
* | Avoid duplicate Edebug symbols when using ‘cl-flet’ (Bug#41989)Philipp Stephani2020-08-022-1/+18
* | Don’t generate duplicate symbols for secondary CL methods (Bug#42671)Philipp Stephani2020-08-022-3/+14
* | ; Maintainer header updatesGlenn Morris2020-07-311-0/+1
* | * lisp/emacs-lisp/byte-opt.el: Minor simplificationsStefan Monnier2020-07-311-77/+45
* | Declare some ancient compat aliases obsolete (Bug#41328)Stefan Kangas2020-07-311-1/+1
* | Simplify and streamline optimizer clausesMattias Engdegård2020-07-281-14/+9
* | Make newer ElDoc versions are compatible with Emacs < 28João Távora2020-07-271-6/+10
* | Bring back ElDoc's eldoc-display-message-p, but obsolete itJoão Távora2020-07-271-1/+7
* | Optimise 3-arg +, - and *Mattias Engdegård2020-07-251-0/+10
* | Don't needlessly request docs from ElDoc functionsJoão Távora2020-07-231-19/+42
* | Fix ElDoc bugs around eldoc-echo-area-use-multiline-p.João Távora2020-07-191-9/+13
* | ; Reword bits of ElDoc internal documentationJoão Távora2020-07-191-66/+66