* lisp/progmodes/vhdl-mode.el (speedbar-load-hook): Silence compiler.
This commit is contained in:
parent
680021ebde
commit
b615c1fa8c
1 changed files with 1 additions and 1 deletions
|
@ -16148,7 +16148,7 @@ expansion function)."
|
|||
|
||||
;; initialize speedbar
|
||||
(if (not (boundp 'speedbar-frame))
|
||||
(add-hook 'speedbar-load-hook 'vhdl-speedbar-initialize)
|
||||
(with-no-warnings (add-hook 'speedbar-load-hook 'vhdl-speedbar-initialize))
|
||||
(vhdl-speedbar-initialize)
|
||||
(when speedbar-frame (vhdl-speedbar-refresh)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue