mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-27 19:31:38 +00:00
(vhdl-speedbar-display-directory, vhdl-speedbar-display-projects):
Update old obsolete speedbar variable names.
This commit is contained in:
parent
13bdd945ba
commit
f8262222a6
@ -14112,8 +14112,8 @@ if required."
|
||||
(defun vhdl-speedbar-display-directory (directory depth &optional rescan)
|
||||
"Display directory and hierarchy information in speedbar."
|
||||
(setq vhdl-speedbar-show-projects nil)
|
||||
(setq speedbar-ignored-path-regexp
|
||||
(speedbar-extension-list-to-regex speedbar-ignored-path-expressions))
|
||||
(setq speedbar-ignored-directory-regexp
|
||||
(speedbar-extension-list-to-regex speedbar-ignored-directory-expressions))
|
||||
(setq directory (abbreviate-file-name (file-name-as-directory directory)))
|
||||
(setq speedbar-last-selected-file nil)
|
||||
(speedbar-with-writable
|
||||
@ -14133,7 +14133,7 @@ if required."
|
||||
(defun vhdl-speedbar-display-projects (project depth &optional rescan)
|
||||
"Display projects and hierarchy information in speedbar."
|
||||
(setq vhdl-speedbar-show-projects t)
|
||||
(setq speedbar-ignored-path-regexp ".")
|
||||
(setq speedbar-ignored-directory-regexp ".")
|
||||
(setq speedbar-last-selected-file nil)
|
||||
(setq vhdl-speedbar-last-selected-project nil)
|
||||
(speedbar-with-writable
|
||||
|
Loading…
Reference in New Issue
Block a user