diff options
author | Björn Holby <bjorn.holby@gmail.com> | 2020-05-04 22:02:57 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2020-05-08 13:48:19 +0300 |
commit | 0385771e2feab1d8e564bbda7edc7acb88aaf0a5 (patch) | |
tree | eca944bc0d96864f27634360e37bedd666021266 /lisp/progmodes/vhdl-mode.el | |
parent | a76cafea0d55cc8df2a2c3556a628dac83762d9a (diff) | |
download | emacs-0385771e2feab1d8e564bbda7edc7acb88aaf0a5.tar.gz emacs-0385771e2feab1d8e564bbda7edc7acb88aaf0a5.tar.bz2 emacs-0385771e2feab1d8e564bbda7edc7acb88aaf0a5.zip |
Fix references to Speedbar in VHDL mode
* lisp/progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Update
references to Speedbar variables. (Bug#41084)
Copyright-paperwork-exempt: yes
Diffstat (limited to 'lisp/progmodes/vhdl-mode.el')
-rw-r--r-- | lisp/progmodes/vhdl-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index de56f581ddb..39819131010 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el @@ -14730,7 +14730,7 @@ if required." (speedbar-add-mode-functions-list '("vhdl directory" (speedbar-item-info . vhdl-speedbar-item-info) - (speedbar-line-directory . speedbar-files-line-path))) + (speedbar-line-directory . speedbar-files-line-directory))) (speedbar-add-mode-functions-list '("vhdl project" (speedbar-item-info . vhdl-speedbar-item-info) |