]> git.eshelyaron.com Git - emacs.git/commit
Fix lexical-binding fallout in vhdl-mode.el
authorEli Zaretskii <eliz@gnu.org>
Fri, 13 May 2022 12:00:21 +0000 (15:00 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 13 May 2022 12:00:21 +0000 (15:00 +0300)
commita769cbfcfb6e9603bcd15e90f387207f8c061bf1
treea3101eb590bf040989b09a050364ff4bc4333300
parentf03c5d81bd4a7af1364558b406e2b87a78b3af73
Fix lexical-binding fallout in vhdl-mode.el

* lisp/progmodes/vhdl-mode.el (arch-alist, pack-alist)
(file-alist, unit-alist, rule-alist): Defvar them, since vhdl-aput
expects them to be dynamically bound.  (Bug#55389)
(vhdl-speedbar-insert-hierarchy): Rename the PACK-ALIST argument
to PACKAGE-ALIST, to avoid shadowing the global variable.
lisp/progmodes/vhdl-mode.el