1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00
emacs/lisp/emacs-lisp
Stefan Monnier d8af7c99bb * lisp/emacs-lisp/pcase.el (pcase--subtype-bitsets): Fix bootstrap failure
`rm lisp/emacs-lisp/cl-preloaded.elc src/bootstrap-emacs`
followed by `make` ended up loading right after defining
`built-in-class-p` but before actually defining the
built-in-classes so the computation of bitsets failed.
2024-05-22 13:27:50 -04:00
..
advice.el * lisp/emacs-lisp/advice.el (comp-subr-trampoline-install): Don't declare. 2024-03-15 14:43:40 +01:00
avl-tree.el
backquote.el
backtrace.el (backtrace--print-func-and-args): Fix (part of) bug#70436 2024-04-20 11:23:58 -04:00
benchmark.el
bindat.el * lisp/emacs-lisp/bindat.el (sint): Burp in dynbind (bug#69749) 2024-03-15 12:45:09 -04:00
byte-opt.el Use the nthcdr byte-op for drop, and raise open-code limit 2024-04-29 22:16:08 +02:00
byte-run.el * Allow for optional function name parameter in 'ftype' declaration 2024-05-14 11:17:25 +02:00
bytecomp.el ; Fix documentation of recently-installed changes 2024-05-14 08:51:13 +03:00
cconv.el Use a dedicated type to represent interpreted-function values 2024-04-28 11:58:12 -04:00
chart.el
check-declare.el Do not attempt to check declarations in lock files 2024-02-20 22:49:07 +01:00
checkdoc.el ; Simplify (with-current-buffer (get-buffer ...) ...) 2024-03-14 12:40:26 +02:00
cl-extra.el (cl--describe-class-slots): Avoid cryptic t type 2024-04-09 18:33:01 -04:00
cl-generic.el cl-preloaded.el: Fix the type lattice 2024-03-26 13:14:15 -04:00
cl-indent.el
cl-lib.el
cl-macs.el (cl-defstruct): Improve handling of unknown options 2024-04-16 21:17:47 -04:00
cl-preloaded.el Use a dedicated type to represent interpreted-function values 2024-04-28 11:58:12 -04:00
cl-print.el Use a dedicated type to represent interpreted-function values 2024-04-28 11:58:12 -04:00
cl-seq.el Safer and faster string sorting 2024-05-12 14:58:38 +02:00
comp-common.el Remove unnecessary cons in function-type property 2024-05-05 23:58:31 +02:00
comp-cstr.el * lisp/emacs-lisp/comp-cstr.el (comp-cstr-type-p): Improve last change. 2024-04-10 18:45:47 +02:00
comp-run.el ; * lisp/emacs-lisp/comp-run.el (comp-run-async-workers): Fix indentation. 2024-03-20 16:59:33 +01:00
comp.el * Fix bootstrap with checking enabled 2024-05-16 07:53:48 +02:00
compat.el Add the public API of Compat to the core 2024-02-11 22:50:29 +01:00
copyright.el
crm.el
cursor-sensor.el
debug-early.el
debug.el debug.el: Prevent re-entering the debugger for the same error 2024-03-16 23:10:48 -04:00
derived.el derived.el: Delete old code (bug#68625) 2024-01-29 19:04:59 -05:00
disass.el (disassemble): Fix case of (byte-code ...) argument 2024-05-01 14:14:01 -04:00
easy-mmode.el Refine the Custom type of generated '*-modes' options 2024-04-27 17:18:31 +02:00
easymenu.el
edebug.el edebug.el: Fix edebug-remove-instrumentation (bug#70791) 2024-05-06 14:33:43 -04:00
eieio-base.el
eieio-core.el (cl-type-of): New function to return more precise types (bug#69739) 2024-03-18 09:29:47 -04:00
eieio-custom.el
eieio-datadebug.el
eieio-opt.el ; Simplify (with-current-buffer (get-buffer ...) ...) 2024-03-14 12:40:26 +02:00
eieio-speedbar.el
eieio.el eieio-core.el: Always put a parent in the parents of a class 2024-03-08 02:04:59 -05:00
eldoc.el Use obarray-make instead of make-vector to create obarrays 2024-02-23 13:02:27 +01:00
elint.el Take file-local variables into account in elint-file (bug#69076) 2024-02-14 08:54:04 +01:00
elp.el
ert-font-lock.el Fix symbol list matching regexps. 2024-04-01 11:13:12 +02:00
ert-x.el
ert.el Assume match before calling help-xref-button 2024-05-01 12:38:51 +02:00
ewoc.el
faceup.el
find-func.el Make find-function-regexp also find transient-define-* 2024-02-20 13:58:32 +01:00
float-sup.el
generate-lisp-file.el
generator.el
generic.el
gv.el
helper.el
hierarchy.el
icons.el * lisp/emacs-lisp/icons.el (define-icon): Add 'doc-string' to 'declare'. 2024-04-17 21:01:14 +03:00
inline.el * lisp/emacs-lisp/inline.el (inline-const-val): Improve docstring 2024-01-30 13:14:32 -05:00
let-alist.el
lisp-mnt.el
lisp-mode.el Use a dedicated type to represent interpreted-function values 2024-04-28 11:58:12 -04:00
lisp.el Change 'type' declaration to 'ftype' 2024-05-14 11:17:25 +02:00
loaddefs-gen.el Allow trivially autoloading uses of transient's define macros 2024-02-20 22:04:51 +01:00
macroexp.el ; * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): less consing 2024-04-14 11:51:17 +02:00
map-ynp.el Correct earlier change to map-ynp 2024-05-08 20:26:08 +08:00
map.el * lisp/emacs-lisp/map.el (map--make-pcase-bindings): Fix use in Emacs<30 2024-02-21 08:49:15 -05:00
memory-report.el
multisession.el Silence 3 warnings for non sqlite builds 2024-05-19 14:54:10 +02:00
nadvice.el Use a dedicated type to represent interpreted-function values 2024-04-28 11:58:12 -04:00
oclosure.el Use a dedicated type to represent interpreted-function values 2024-04-28 11:58:12 -04:00
package-vc.el Always update VC packages from a vc-dir buffer 2024-04-26 08:21:37 +02:00
package-x.el
package.el (describe-package-1): Handle (nil . "string") in :maintainer 2024-05-16 11:04:50 -04:00
pcase.el * lisp/emacs-lisp/pcase.el (pcase--subtype-bitsets): Fix bootstrap failure 2024-05-22 13:27:50 -04:00
pp.el Propagate 'lexical-binding' value to pp buffers 2024-04-17 17:02:11 -04:00
radix-tree.el
range.el
re-builder.el ; Simplify (with-current-buffer (get-buffer ...) ...) 2024-03-14 12:40:26 +02:00
regexp-opt.el Change 'type' declaration to 'ftype' 2024-05-14 11:17:25 +02:00
regi.el
ring.el
rmc.el
rx.el Declare the variable rx-constituents obsolete. 2024-04-29 14:29:53 +02:00
seq.el Followup changes to cl-type-of 2024-03-18 09:32:53 -04:00
shadow.el
shortdoc.el ; * lisp/vc/vc-git.el (vc-git--out-str): Doc fix. 2024-03-18 15:59:54 +02:00
shorthands.el Improve shorthands-font-lock-shorthands (bug#67390) 2024-02-03 08:40:03 -06:00
smie.el
subr-x.el
syntax.el
tabulated-list.el Add tabulated-list-groups and Buffer-menu-group-by (bug#69305) 2024-02-29 19:50:04 +02:00
tcover-ses.el
testcover.el
text-property-search.el
thunk.el
timer-list.el
timer.el
tq.el
trace.el Merge from origin/emacs-29 2024-02-10 05:07:56 -05:00
track-changes.el eglot.el: Require track-changes unconditionally 2024-05-05 17:23:29 -04:00
unsafep.el
vtable.el Make 'vtable-insert-object' more versatile 2024-05-18 11:52:33 +03:00
warnings.el * lisp/emacs-lisp/warnings.el (display-warning): Add guardrails for window. 2024-05-06 20:00:23 +03:00