diff options
Diffstat (limited to 'app-emacs/vhdl-mode/files/vhdl-mode-3.38.3-emacs-28.patch')
-rw-r--r-- | app-emacs/vhdl-mode/files/vhdl-mode-3.38.3-emacs-28.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emacs/vhdl-mode/files/vhdl-mode-3.38.3-emacs-28.patch b/app-emacs/vhdl-mode/files/vhdl-mode-3.38.3-emacs-28.patch new file mode 100644 index 000000000000..be53bb713da2 --- /dev/null +++ b/app-emacs/vhdl-mode/files/vhdl-mode-3.38.3-emacs-28.patch @@ -0,0 +1,11 @@ +--- vhdl-mode-3.38.3/vhdl-mode.el ++++ vhdl-mode-3.38.3/vhdl-mode.el +@@ -2475,7 +2475,7 @@ + (defalias 'speedbar-line-directory + 'speedbar-line-path)) + +-(define-obsolete-variable-alias 'speedbar-key-map 'speedbar-mode-map) ++(define-obsolete-variable-alias 'speedbar-key-map 'speedbar-mode-map "") + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;; Help functions / inline substitutions / macros |