unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#41084: [PATCH] Fixes compatibility with Speedbar version 1.0
@ 2020-05-04 20:02 Björn Holby
  2020-05-08 10:49 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Björn Holby @ 2020-05-04 20:02 UTC (permalink / raw)
  To: 41084; +Cc: Björn Holby

---
 lisp/progmodes/vhdl-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index 22c6158626..9cd84cf713 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)
-- 
2.17.1






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#41084: [PATCH] Fixes compatibility with Speedbar version 1.0
  2020-05-04 20:02 bug#41084: [PATCH] Fixes compatibility with Speedbar version 1.0 Björn Holby
@ 2020-05-08 10:49 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2020-05-08 10:49 UTC (permalink / raw)
  To: Björn Holby; +Cc: 41084-done

> From: Björn Holby <bjorn.holby@gmail.com>
> Date: Mon,  4 May 2020 22:02:57 +0200
> Cc: Björn Holby <bjorn.holby@gmail.com>
> 
> ---
>  lisp/progmodes/vhdl-mode.el | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
> index 22c6158626..9cd84cf713 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)

Thanks, installed on the emacs-27 branch.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-08 10:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-04 20:02 bug#41084: [PATCH] Fixes compatibility with Speedbar version 1.0 Björn Holby
2020-05-08 10:49 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).