summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* ; * lisp/emacs-lisp/lisp.el: rename parameter in last changeMattias Engdegård2020-09-231-28/+28
* Don't signal scan-error when moving by sexp interactivelyMattias Engdegård2020-09-231-45/+95
* Make delete-pair only delete pairs that are part of insert-pair-alistmartin rudalics2020-09-221-6/+31
* Fix off-by-one error in eldoc--handle-docsLars Ingebrigtsen2020-09-221-0/+4
* ; Fix typosStefan Kangas2020-09-214-6/+6
* Allow disabling the verbose eldoc truncation messageLars Ingebrigtsen2020-09-211-2/+11
* ; * lisp/emacs-lisp/syntax.el (syntax-propertize-function): Doc fix.Glenn Morris2020-09-201-1/+1
* Merge from origin/emacs-27Glenn Morris2020-09-201-1/+6
|\
| * Add doc to syntax-propertize-function saying it must do a 100% jobAlan Mackenzie2020-09-191-1/+6
* | Document and extend menu-bar-make-toggle someDrew Adams2020-09-191-1/+1
* | Allow customizing hooks defined via define-minor-modeLars Ingebrigtsen2020-09-191-0/+3
* | Save and restore point in ewoc-invalidateAndrii Kolomoiets2020-09-181-20/+28
* | Revert "Make delete-pair only delete pairs that are part of insert-pair-alist"Lars Ingebrigtsen2020-09-181-31/+6
* | Fix up previous autoload-find-generated-file changeLars Ingebrigtsen2020-09-171-1/+1
* | Make package install not bug out on weird stuff in find-file-hooksLars Ingebrigtsen2020-09-171-0/+1
* | Make delete-pair only delete pairs that are part of insert-pair-alistmartin rudalics2020-09-171-6/+31
* | * test/lisp/emacs-lisp/find-func-tests.el: New file (for bug#43393)Stefan Monnier2020-09-141-0/+12
* | Revert "Fix completion in `read-library-name'"Lars Ingebrigtsen2020-09-141-14/+4
* | Fix compilation warning in cl-lib.elLars Ingebrigtsen2020-09-121-0/+1
* | Add gv-define-expander for plist-getNaoya Yamashita2020-09-091-0/+11
* | (define-minor-mode): Don't compute a default :group (bug#41145)Stefan Monnier2020-09-091-10/+1
* | Use format-prompt in calls to completing-read with a default valueLars Ingebrigtsen2020-09-062-4/+5
* | Disable display-warning buttons when doing batch compilesLars Ingebrigtsen2020-09-061-8/+11
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-069-49/+26
* | Show log suppression buttons in display-warning bufferRobert Pluim2020-09-041-1/+29
* | Fix ElDoc's eldoc-documentation-enthusiast strategyJoão Távora2020-09-031-9/+9
* | 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