GNU bug report logs -
#41084
[PATCH] Fixes compatibility with Speedbar version 1.0
Previous Next
Reported by: Björn Holby <bjorn.holby <at> gmail.com>
Date: Mon, 4 May 2020 20:05:02 UTC
Severity: minor
Tags: patch
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 08 May 2020 13:49:54 +0300
with message-id <83pnbeitv1.fsf <at> gnu.org>
and subject line Re: bug#41084: [PATCH] Fixes compatibility with Speedbar version 1.0
has caused the debbugs.gnu.org bug report #41084,
regarding [PATCH] Fixes compatibility with Speedbar version 1.0
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
41084: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41084
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
---
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
[Message part 3 (message/rfc822, inline)]
> From: Björn Holby <bjorn.holby <at> gmail.com>
> Date: Mon, 4 May 2020 22:02:57 +0200
> Cc: Björn Holby <bjorn.holby <at> 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.
This bug report was last modified 5 years and 101 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.