]> git.eshelyaron.com Git - emacs.git/commit
Fix apparently wrong `delete` and `delq` value discards (bug#61730)
authorMattias Engdegård <mattiase@acm.org>
Wed, 24 May 2023 20:36:19 +0000 (22:36 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 24 May 2023 21:01:10 +0000 (23:01 +0200)
commitaf4791b5706f494d73fd00c391ff867fb2c5a06d
tree42183652393aeae04918f544fcc9369fcb1161bb
parente3987d7e1a1993eb5ff0ac10b2cffcb92dd2a00c
Fix apparently wrong `delete` and `delq` value discards (bug#61730)

* lisp/startup.el (normal-top-level):
Update process-environment in case the DISPLAY variable comes first.
Also stop iterating over initial-environment once the first DISPLAY
is found.
* lisp/allout.el (allout-get-configvar-values):
* lisp/org/org.el (org-display-inline-remove-overlay):
* lisp/progmodes/gdb-mi.el (gdb-get-location):
* lisp/progmodes/idlwave.el
(idlwave-convert-xml-clean-routine-aliases)
(idlwave-convert-xml-clean-sysvar-aliases):
* lisp/textmodes/reftex.el (reftex-ref-style-toggle):
Update the base variable after performing a destructive deletion,
where it was obvious that this was intended.
lisp/allout.el
lisp/org/org.el
lisp/progmodes/gdb-mi.el
lisp/progmodes/idlwave.el
lisp/startup.el
lisp/textmodes/reftex.el