emacs/lisp/emacs-lisp
Eli Zaretskii 861d3db634 Merge from origin/emacs-29
72a81e2022 ; * lisp/treesit.el (treesit-simple-indent-presets): Fix t...
ddfeee3e8a Build recipe interactively in treesit-install-language-gra...
6837469780 ; Add REVISION to treesit-language-source-alist
0dc788aa01 ; Remove GRAMMAR-DIR from treesit-language-source-alist
f9aef67c36 Tweak csharp-mode font-lock-settings (bug#60376)
46362c0a3a ; * doc/lispref/tips.texi (Documentation Tips): Add indexing.
9a386b682e Revert a recent change which causes errors
9871ee8b14 ; More fixes for documentation of 'defalias'
f309651b67 ; Fix handling of 'not' by 'buffer-match-p'
9292f595a7 ; Fix typos
43c7e05a2a Fix misspelled functions in shortdoc groups
01acecc79c Simplify introduction of use-package manual
2a7e072e53 ; Fix documentation of 'defalias'
eee2aeca25 Fix python-shell-buffer-substring when retrieving a single...
bfdad6c4e5 ; Fix recent treesit-related changes
2023-01-01 05:46:24 -05:00
..
advice.el
avl-tree.el
backquote.el
backtrace.el ; Fix several symbol name typos 2022-10-26 23:04:23 +02:00
benchmark.el ; Silence byte-compiler in benchmark.el 2022-10-07 23:15:13 +02:00
bindat.el Bindat (src, strz): Operate on vectors too 2022-10-21 11:26:36 -04:00
byte-opt.el Fix condition-case body for-effect miscompilation 2022-12-24 11:54:47 +01:00
byte-run.el Correct suppression of suspicious eq type warning 2022-12-30 21:03:34 +01:00
bytecomp.el Correct suppression of suspicious eq type warning 2022-12-30 21:03:34 +01:00
cconv.el cconv.el: Fix regression in cconv-tests-interactive-closure-bug51695 2022-10-28 11:33:24 -04:00
chart.el ; Fix typos 2022-12-31 12:43:32 +01:00
check-declare.el
checkdoc.el ; Improve checkdoc.el commentary section 2022-12-10 23:55:00 +01:00
cl-extra.el ; Fix typos 2022-12-13 18:44:41 +01:00
cl-generic.el cl-generic: Fix advertised-calling-convention declarations 2022-10-16 12:01:47 -04:00
cl-indent.el
cl-lib.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
cl-macs.el * lisp/emacs-lisp/cl-macs.el (cl-flet): Optimize a bit more 2022-12-02 19:15:46 -05:00
cl-preloaded.el
cl-print.el
cl-seq.el
comp-cstr.el ; Fix several symbol name typos 2022-10-26 23:04:23 +02:00
comp.el * Invoke spawed Emacs processes with '-Q' when native compiling (bug#60208) 2022-12-21 23:29:33 +01:00
copyright.el
crm.el Pacify recent unused/ignored lexvar warnings 2022-10-26 16:35:59 +03:00
cursor-sensor.el
debug-early.el
debug.el Obsolete unused variable in debug.el 2022-09-20 12:40:14 +02:00
derived.el
disass.el
easy-mmode.el Fix gud-minor-mode-menu 2022-12-03 11:32:00 +02:00
easymenu.el Fix easy menu separator in oldXMenu 2022-11-25 00:53:16 +01:00
edebug.el Remove remaining mentions of 'eval-current-buffer' 2022-12-26 02:26:47 +01:00
eieio-base.el
eieio-core.el Fix overly wide docstrings generated by eieio 2022-10-02 17:28:04 +02:00
eieio-custom.el
eieio-datadebug.el
eieio-opt.el New function substitute-quotes 2022-09-10 07:37:36 +02:00
eieio-speedbar.el
eieio.el Fix more overly long docstrings in eieio 2022-10-03 00:04:23 +02:00
eldoc.el Improve and extend documentation of ElDoc 2022-10-21 16:10:08 +03:00
elint.el
elp.el
ert-x.el ert-x: Move window selection logic to its own macro 2022-12-24 09:14:23 +02:00
ert.el Improve robustness of server.el tests 2022-11-26 13:40:33 -08:00
ewoc.el
faceup.el
find-func.el
float-sup.el
generate-lisp-file.el Inhibit nativecomp of loaddefs files 2022-09-03 14:23:26 +02:00
generator.el
generic.el
gv.el alist-get testfn argument evaluation correction 2022-12-19 13:19:09 +01:00
helper.el
hierarchy.el ; Fix typos 2022-11-18 16:02:19 +01:00
icons.el Fix the width of margins for icons in outline-minor-mode (bug#59719) 2022-12-02 09:54:22 +02:00
inline.el
let-alist.el
lisp-mnt.el
lisp-mode.el Restore font-lock-type-face for lisp mode &symbols 2022-12-04 19:50:45 +02:00
lisp.el In end-of-defun, terminate early if no further defun exists 2022-11-10 15:00:29 -08:00
loaddefs-gen.el loaddefs-gen: Group results by absolute file name 2022-12-26 14:55:08 +02:00
macroexp.el Consistent empty-body warning messages for let and let* 2022-12-29 17:00:01 +01:00
map-ynp.el
map.el Audit some plist uses with new predicate argument 2022-10-22 19:33:12 +03:00
memory-report.el Use file-size-human-readable in memory-report--format 2022-10-15 03:02:17 +02:00
multisession.el Fix error editing multisession variables (bug#59710) 2022-12-02 14:25:35 +01:00
nadvice.el Don't bug out in advice--make-docstring when there's not doc string 2022-10-04 12:50:17 +02:00
oclosure.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
package-vc.el ; Add "src" to the heuristic sub-directory heuristic 2022-12-27 21:23:38 +01:00
package-x.el
package.el Merge from origin/emacs-29 2022-12-26 06:30:21 +01:00
pcase.el ; Fix typos 2022-11-23 05:49:22 +01:00
pp.el
radix-tree.el
range.el
re-builder.el * lisp/emacs-lisp/re-builder.el: Cosmetic changes 2022-10-28 09:36:40 -04:00
regexp-opt.el Abolish max-specpdl-size (bug#57911) 2022-09-19 19:30:03 +02:00
regi.el
ring.el
rmc.el ; Fix typos 2022-11-18 16:02:19 +01:00
rx.el ; Revert UK->US spelling fix in rx.el 2022-12-20 12:00:38 +01:00
seq.el ; * lisp/emacs-lisp/seq.el (seq-filter): Fix typo in doc string. 2022-11-17 08:48:14 +02:00
shadow.el
shortdoc.el Fix misspelled functions in shortdoc groups 2022-12-31 12:40:01 +01:00
shorthands.el
smie.el ; Fix typos 2022-11-11 15:52:37 +01:00
subr-x.el ; Fix typos 2022-12-31 12:43:32 +01:00
syntax.el
tabulated-list.el ; tabulated-list.el: Remove duplicate obsolete declaration 2022-12-10 21:31:59 +01:00
tcover-ses.el ; Fix typos 2022-11-18 16:02:19 +01:00
testcover.el Remove a nil cl-case case 2022-09-13 18:24:14 +02:00
text-property-search.el Fix 'text-property-search-backward' with 1-char long properties 2022-11-03 11:25:50 +02:00
thunk.el
timer-list.el
timer.el
tq.el
trace.el
unsafep.el
vtable.el Fix vtable-insert-object line insertion 2022-10-08 15:26:01 +02:00
warnings.el