1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 23:10:28 -08:00
emacs/lisp/emacs-lisp
Mattias Engdegård 1362a9fec4 Make lambda-lifting work again
* lisp/emacs-lisp/cconv.el (cconv--analyze-use): Fix typo.
* test/lisp/emacs-lisp/cconv-tests.el (cconv-convert-lambda-lifted):
Add test case.
2021-03-05 21:41:58 +01:00
..
advice.el
autoload.el Extend the syntax of `interactive' to list applicable modes 2021-02-14 13:21:24 +01:00
avl-tree.el
backquote.el
backtrace.el (backtrace-goto-source-functions): Make it a normal abnormal hook 2021-02-13 10:41:45 -05:00
benchmark.el
bindat.el * lisp/emacs-lisp/bindat.el: Minor refactoring 2021-03-05 13:31:16 -05:00
byte-opt.el Don't ignore lexically-bound variables in a defvar (bug#46912) 2021-03-05 09:14:59 +00:00
byte-run.el * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings 2021-02-26 20:24:52 -05:00
bytecomp.el Compile closures that modify their bound vars correctly (Bug#46834) 2021-03-02 07:14:13 +00:00
cconv.el Make lambda-lifting work again 2021-03-05 21:41:58 +01:00
chart.el Fix typos 2021-02-18 16:50:55 +01:00
check-declare.el
checkdoc.el Make checkdoc work with qualified methods 2021-03-04 08:34:58 -03:00
cl-extra.el Fix misuses of byte-compile-macro-environment 2021-03-01 12:18:49 -05:00
cl-generic.el Improve the documentation of :extra in cl-defmethod 2021-03-05 14:27:08 +01:00
cl-indent.el
cl-lib.el * lisp/emacs-lisp/macroexp.el (macroexp-file-name): New function. 2021-02-24 13:52:45 -05:00
cl-macs.el Fix pcase dontcare pattern in cl--sm-macroexpand 2021-03-04 00:57:28 +00:00
cl-preloaded.el
cl-print.el
cl-seq.el
copyright.el
crm.el
cursor-sensor.el
debug.el
derived.el Introduce an :interactive keyword for `defined-derived-mode' 2021-02-14 12:58:20 +01:00
disass.el
easy-mmode.el Add a new variable `global-minor-modes' 2021-02-15 13:08:21 +01:00
easymenu.el Make easymenu downcase the menu symbol for greater backwards compat 2021-03-01 22:12:43 +01:00
edebug.el Remove redundant requires of easymenu 2021-02-26 15:52:26 +01:00
eieio-base.el
eieio-compat.el * lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op <&name>): New method 2021-02-13 16:21:53 -05:00
eieio-core.el * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings 2021-02-26 20:24:52 -05:00
eieio-custom.el
eieio-datadebug.el
eieio-opt.el
eieio-speedbar.el
eieio.el * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings 2021-02-26 20:24:52 -05:00
eldoc.el Fix typos 2021-02-18 16:50:55 +01:00
elint.el
elp.el Fix qualifiers order for loadhist-unload-element in elp.el 2021-03-05 14:18:32 +01:00
ert-x.el * lisp/emacs-lisp/macroexp.el (macroexp-file-name): New function. 2021-02-24 13:52:45 -05:00
ert.el Fix misuses of byte-compile-macro-environment 2021-03-01 12:18:49 -05:00
ewoc.el
faceup.el
find-func.el
float-sup.el
generator.el
generic.el
gv.el * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings 2021-02-26 20:24:52 -05:00
helper.el
hierarchy.el
inline.el * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings 2021-02-26 20:24:52 -05:00
let-alist.el
lisp-mnt.el Preserve leading whitespace in `lm-commentary'. 2021-02-09 09:10:45 +01:00
lisp-mode.el Actually fill the correct paragraph in `lisp-fill-paragraph' 2021-03-05 14:01:00 +01:00
lisp.el
macroexp.el * lisp/emacs-lisp/macroexp.el: Rewrite the code warning about '(lambda ...) 2021-02-27 20:23:15 -05:00
map-ynp.el New variable 'use-short-answers' to use 'y-or-n-p' instead of 'yes-or-no-p' 2021-02-25 20:45:40 +02:00
map.el
memory-report.el
nadvice.el
package-x.el
package.el Add a command in package mode for opening home pages directly 2021-03-04 21:39:49 +01:00
pcase.el * lisp/emacs-lisp/pcase.el (pcase-defmacro): Fix pcase-tests-macro 2021-03-03 18:40:03 -05:00
pp.el Move all usages of values' to values--store-value' 2021-02-09 09:04:47 +01:00
radix-tree.el * lisp/emacs-lisp/pcase.el (pcase-defmacro): Fix pcase-tests-macro 2021-03-03 18:40:03 -05:00
re-builder.el ; Fix previous easy-menu-define conversion 2021-02-21 10:49:07 +01:00
regexp-opt.el
regi.el
ring.el
rmc.el
rx.el Fix pcase 'rx' pattern match-data bug 2021-02-28 13:06:24 +01:00
seq.el Small fixes 2021-02-23 21:05:30 +02:00
shadow.el
shortdoc.el Use named faces in shortdoc 2021-02-24 17:18:26 +01:00
smie.el
subr-x.el
syntax.el
tabulated-list.el
tcover-ses.el ; Minor license statement fixes 2021-02-08 09:10:57 +01:00
testcover.el
text-property-search.el
thunk.el
timer-list.el
timer.el
tq.el
trace.el * lisp/emacs-lisp/trace.el (trace-values): Work outside of traced function 2021-03-02 09:13:57 -05:00
unsafep.el
warnings.el