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
Andrea Corallo b93107c20b Fix emacs-lisp-native-compile-and-load eln target directory (bug#64226)
* lisp/emacs-lisp/comp.el (comp-spill-lap-function): Don't use
`byte+native-compile' to select output directory but always axpect
it explicit through `native-compile-target-directory'.
(batch-byte+native-compile): Set `native-compile-target-directory'.
* test/src/comp-tests.el (comp-tests-bootstrap): Set
`native-compile-target-directory'.
2023-08-09 15:19:26 +02:00
..
advice.el Fix an oversight in advice.el 2023-01-19 22:13:25 +02:00
avl-tree.el
backquote.el
backtrace.el
benchmark.el ; * lisp/emacs-lisp/benchmark.el (benchmark-progn): Fix declare form. 2023-05-18 17:20:36 +03:00
bindat.el
byte-opt.el
byte-run.el
bytecomp.el Fix handling of 'byte-compile-ignore-files' when nil 2023-08-05 10:14:15 -07:00
cconv.el Merge from origin/emacs-28 2023-02-19 17:37:59 +01:00
chart.el
check-declare.el
checkdoc.el
cl-extra.el
cl-generic.el
cl-indent.el
cl-lib.el
cl-macs.el ; Fix minor mistakes in documentation 2023-01-18 14:28:59 +02:00
cl-preloaded.el Recognize defstruct slot names in various eieio functions 2023-05-03 14:44:59 +03:00
cl-print.el
cl-seq.el
comp-cstr.el ; Update my mail address 2023-06-08 11:04:10 +02:00
comp.el Fix emacs-lisp-native-compile-and-load eln target directory (bug#64226) 2023-08-09 15:19:26 +02:00
copyright.el
crm.el
cursor-sensor.el
debug-early.el * lisp/emacs-lisp/debug-early.el (debug-early-backtrace): Fix bug#61847 2023-03-01 12:31:09 -05:00
debug.el
derived.el
disass.el
easy-mmode.el Fix documentation of :predicate in 'define-globalized-minor-mode' 2023-06-18 08:50:54 +03:00
easymenu.el
edebug.el
eieio-base.el
eieio-core.el
eieio-custom.el
eieio-datadebug.el
eieio-opt.el
eieio-speedbar.el
eieio.el
eldoc.el Revert "Don't disable eldoc when doing edebug" 2023-03-01 17:35:51 +02:00
elint.el
elp.el
ert-x.el
ert.el
ewoc.el
faceup.el
find-func.el Don't truncate filenames with "emacs.el" in them 2023-06-20 16:35:09 +03:00
float-sup.el
generate-lisp-file.el * Fix previous change 2023-02-13 17:07:25 +01:00
generator.el
generic.el
gv.el ; Fix edebug spec for 'gv-define-simple-setter' (bug#62256) 2023-03-26 14:38:53 +03:00
helper.el
hierarchy.el
icons.el
inline.el
let-alist.el
lisp-mnt.el
lisp-mode.el lisp-mode: add docstring recognition for more common lisp symbols 2023-02-09 16:09:28 +02:00
lisp.el ; * lisp/emacs-lisp/lisp.el (raise-sexp): Fix typo in doc string. 2023-07-12 15:19:10 +03:00
loaddefs-gen.el Fix loaddef generation with ";;;foo-autoload" cookies in external packages 2023-08-04 11:01:31 -07:00
macroexp.el
map-ynp.el
map.el
memory-report.el
multisession.el
nadvice.el
oclosure.el
package-vc.el Fix VC package build when doc file isn't in a subdir 2023-06-25 23:33:24 +02:00
package-x.el
package.el ; Improve help-echo in package.el 2023-08-06 10:02:11 +03:00
pcase.el
pp.el
radix-tree.el
range.el
re-builder.el
regexp-opt.el
regi.el
ring.el
rmc.el Fix invocation of File->Close from the menu bar 2023-02-19 11:29:32 +02:00
rx.el Fix rx wrong-code bug: ranges starting with ^ 2023-07-30 18:12:19 +02:00
seq.el
shadow.el
shortdoc.el Improve natnump shortdoc 2023-07-04 17:44:43 +02:00
shorthands.el
smie.el
subr-x.el Fix 'string-pixel-width' under 'line-prefix' 2023-07-31 21:50:45 +03:00
syntax.el
tabulated-list.el
tcover-ses.el
testcover.el
text-property-search.el ; Improve documentation of text-property-search-* functions 2023-07-01 12:28:33 +03:00
thunk.el
timer-list.el
timer.el
tq.el
trace.el
unsafep.el
vtable.el
warnings.el