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 44d7fd3805 Don't allow the eq and unbind byte-ops to commute (bug#65017)
* lisp/emacs-lisp/byte-opt.el (byte-after-unwind-ops):
Cease sinking `eq` past `unwind`, because that optimised away the
let-binding in

  (let ((symbols-with-pos-enabled nil))
    (eq x y))

and `eq` is currently sensitive to `symbols-with-pos-enabled`.
* test/lisp/emacs-lisp/bytecomp-tests.el
(bytecomp--eq-symbols-with-pos-enabled): New test.
2023-08-04 11:08:57 +02:00
..
advice.el * lisp/emacs-lisp/advice.el (defadvice): Mark as obsolete 2023-08-03 23:41:11 -04:00
avl-tree.el
backquote.el
backtrace.el * lisp/emacs-lisp/backtrace.el (backtrace--change-button-skip): Typo) 2023-07-13 21:51:23 -04:00
benchmark.el
bindat.el
byte-opt.el Don't allow the eq and unbind byte-ops to commute (bug#65017) 2023-08-04 11:08:57 +02:00
byte-run.el
bytecomp.el Merge from origin/emacs-29 2023-08-04 03:17:50 -04:00
cconv.el Allow suppressing the "lexical arg shadows dynbound var" warning 2023-06-25 11:14:03 -04:00
chart.el
check-declare.el
checkdoc.el
cl-extra.el
cl-generic.el
cl-indent.el
cl-lib.el
cl-macs.el * lisp/emacs-lisp/cl-macs.el (cl--slet): Fix bug#64315 2023-06-28 09:24:30 -04:00
cl-preloaded.el
cl-print.el cl-print: Allow expanding the contents of hash-tables 2023-07-13 22:26:19 -04:00
cl-seq.el
comp-cstr.el
comp.el Fix native compilation in dynamically bound files. 2023-07-19 11:26:11 +00:00
copyright.el
crm.el
cursor-sensor.el
debug-early.el
debug.el
derived.el
disass.el
easy-mmode.el
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
elint.el
elp.el
ert-x.el
ert.el
ewoc.el
faceup.el
find-func.el
float-sup.el
generate-lisp-file.el
generator.el
generic.el
gv.el
helper.el
hierarchy.el
icons.el
inline.el
let-alist.el
lisp-mnt.el
lisp-mode.el Add 'define-error' to font lock keywords for emacs-lisp-mode 2023-07-26 17:22:05 +03:00
lisp.el Merge from origin/emacs-29 2023-07-15 05:30:14 -04:00
loaddefs-gen.el
macroexp.el macroexp.el: Fix missing warning for intermediate expansions 2023-07-21 11:48:42 -04:00
map-ynp.el
map.el Allow default values in 'map-let' and the pcase 'map' form 2023-07-30 15:20:27 +02:00
memory-report.el
multisession.el
nadvice.el
oclosure.el ; Prefer HTTPS to HTTP in more links 2023-08-02 23:32:28 +02:00
package-vc.el Merge from origin/emacs-29 2023-07-01 06:29:43 -04:00
package-x.el
package.el ; * lisp/emacs-lisp/package.el: doc string copy-edit 2023-08-01 19:27:28 +02:00
pcase.el
pp.el pp-fill: Fix missing indentation in some cases 2023-07-08 15:10:23 -04:00
radix-tree.el
range.el
re-builder.el
regexp-opt.el
regi.el
ring.el
rmc.el
rx.el rx: better not-wordchar and (syntax word) translation 2023-08-02 18:32:54 +02:00
seq.el
shadow.el
shortdoc.el Add let-alist to alist shortdoc group 2023-08-02 21:49:19 +02:00
shorthands.el
smie.el
subr-x.el Merge from origin/emacs-29 2023-08-04 03:17:49 -04:00
syntax.el * lisp/emacs-lisp/syntax.el (syntax-propertize-rules): Fix bug#64459 2023-07-05 11:37:28 -04:00
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