| .. |
|
advice.el
|
|
|
|
autoload.el
|
; * lisp/emacs-lisp/autoload.el: Begin summary line with three semicolons.
|
2020-08-13 11:34:49 +02:00 |
|
avl-tree.el
|
|
|
|
backquote.el
|
|
|
|
backtrace.el
|
|
|
|
benchmark.el
|
Revert last change in benchmark.el
|
2020-06-21 19:01:40 +01:00 |
|
bindat.el
|
|
|
|
byte-opt.el
|
Clean up and improve compilation of arithmetic (bug#42597)
|
2020-08-07 10:00:45 +02:00 |
|
byte-run.el
|
Make 'byte-compile-info*' functions more logical
|
2020-08-06 08:12:31 +02:00 |
|
bytecomp.el
|
Merge from origin/emacs-27
|
2020-08-25 15:29:38 +02:00 |
|
cconv.el
|
|
|
|
chart.el
|
Remove some compat code from chart.el
|
2020-08-18 23:19:09 +02:00 |
|
check-declare.el
|
; Maintainer header updates
|
2020-07-31 09:09:39 -07:00 |
|
checkdoc.el
|
Remove Emacs 23 compat code from checkdoc.el
|
2020-08-12 15:45:52 +02:00 |
|
cl-extra.el
|
|
|
|
cl-generic.el
|
Improve Edebug symbols for inlined secondary methods (Bug#42671)
|
2020-08-02 22:07:27 +02:00 |
|
cl-indent.el
|
|
|
|
cl-lib.el
|
Preserve setf semantics in 'substring', 'cons', 'logand' expanders
|
2020-08-25 17:59:05 +02:00 |
|
cl-macs.el
|
Avoid duplicate Edebug symbols when using ‘cl-flet’ (Bug#41989)
|
2020-08-02 17:39:24 +02:00 |
|
cl-preloaded.el
|
|
|
|
cl-print.el
|
|
|
|
cl-seq.el
|
|
|
|
copyright.el
|
|
|
|
crm.el
|
Remove many items obsolete since Emacs 23.1
|
2020-08-14 13:07:26 +02:00 |
|
cursor-sensor.el
|
|
|
|
debug.el
|
|
|
|
derived.el
|
Make Emacs 20 compat code in derived.el obsolete
|
2020-08-14 13:07:26 +02:00 |
|
disass.el
|
|
|
|
easy-mmode.el
|
Minor mode doc string clarification
|
2020-08-21 17:15:22 +02:00 |
|
easymenu.el
|
Remove many items obsolete since Emacs 23.1
|
2020-08-14 13:07:26 +02:00 |
|
edebug.el
|
Avoid some uses of obsolete function interactive-p
|
2020-08-24 04:27:27 +02:00 |
|
eieio-base.el
|
New eieio-persistent-make-instance generic function
|
2020-08-28 08:20:28 -07:00 |
|
eieio-compat.el
|
|
|
|
eieio-core.el
|
Un-deprecate oset and oset-default
|
2020-06-06 17:24:00 +01:00 |
|
eieio-custom.el
|
|
|
|
eieio-datadebug.el
|
|
|
|
eieio-opt.el
|
|
|
|
eieio-speedbar.el
|
|
|
|
eieio.el
|
Un-deprecate oset and oset-default
|
2020-06-06 17:24:00 +01:00 |
|
eldoc.el
|
Merge two conditions and fix indentation
|
2020-08-13 11:30:16 +02:00 |
|
elint.el
|
|
|
|
elp.el
|
|
|
|
ert-x.el
|
|
|
|
ert.el
|
Fix ert ability to peek inside structures when comparing unequal values
|
2020-08-18 16:06:35 +02:00 |
|
ewoc.el
|
|
|
|
faceup.el
|
|
|
|
find-func.el
|
Handle nil load-path element in read-library-name
|
2020-08-13 18:59:41 +02:00 |
|
float-sup.el
|
|
|
|
generator.el
|
Band-aid for edebugging generator bodies (Bug#40434).
|
2020-06-14 20:01:28 +02:00 |
|
generic.el
|
|
|
|
gv.el
|
Preserve setf semantics in 'substring', 'cons', 'logand' expanders
|
2020-08-25 17:59:05 +02:00 |
|
helper.el
|
|
|
|
hierarchy.el
|
Add the new library hierarchy.el
|
2020-08-09 14:48:22 +02:00 |
|
inline.el
|
|
|
|
let-alist.el
|
|
|
|
lisp-mnt.el
|
|
|
|
lisp-mode.el
|
Change how #:uninterned symbols are font-locked in Lisp mode
|
2020-08-24 14:34:42 +02:00 |
|
lisp.el
|
Fix (end-of-defun N) for N >= 2
|
2020-08-11 16:02:11 +02:00 |
|
macroexp.el
|
|
|
|
map-ynp.el
|
|
|
|
map.el
|
|
|
|
nadvice.el
|
; Fix license statements.
|
2020-08-27 02:53:25 +02:00 |
|
package-x.el
|
|
|
|
package.el
|
Evaluate some unnecessarily quoted lambdas
|
2020-06-21 13:42:14 +01:00 |
|
pcase.el
|
|
|
|
pp.el
|
|
|
|
radix-tree.el
|
|
|
|
re-builder.el
|
|
|
|
regexp-opt.el
|
|
|
|
regi.el
|
|
|
|
ring.el
|
|
|
|
rmc.el
|
|
|
|
rx.el
|
Merge from origin/emacs-27
|
2020-08-18 07:51:05 -07:00 |
|
seq.el
|
Make the name column in 'list-buffers' have a dynamic width
|
2020-08-08 11:37:43 +02:00 |
|
shadow.el
|
Remove many items obsolete since Emacs 23.2 and 23.3
|
2020-08-24 04:09:47 +02:00 |
|
smie.el
|
* lisp/emacs-lisp/package.elm lisp/emacs-lisp/smie.el: Fix indent
|
2020-05-29 15:01:58 -04:00 |
|
subr-x.el
|
|
|
|
syntax.el
|
Allow back-references in syntax-propertize-rules.
|
2020-05-19 20:50:14 +02:00 |
|
tabulated-list.el
|
|
|
|
tcover-ses.el
|
|
|
|
tcover-unsafep.el
|
|
|
|
testcover.el
|
|
|
|
text-property-search.el
|
Fix NOT-CURRENT behaviour in text-property-search-backward
|
2020-07-17 18:44:49 +02:00 |
|
thunk.el
|
|
|
|
timer-list.el
|
|
|
|
timer.el
|
|
|
|
tq.el
|
|
|
|
trace.el
|
|
|
|
unsafep.el
|
|
|
|
warnings.el
|
Use lexical-binding in warnings.el and add tests
|
2020-08-28 17:33:44 +02:00 |