mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
'speedbar-mode' must be enabled in the 'speedbar-window' buffer.
* lisp/speedbar.el (speedbar-window-mode): Enable 'speedbar-mode' major-mode in the 'speedbar-window' buffer. (Bug#81699)
This commit is contained in:
parent
80671b1c49
commit
6fc331b587
|
|
@ -1083,6 +1083,7 @@ supported at a time.
|
|||
speedbar-last-selected-file nil)
|
||||
|
||||
(set-buffer speedbar-buffer)
|
||||
(speedbar-mode)
|
||||
|
||||
;; let's create the window
|
||||
(setq speedbar--window
|
||||
|
|
|
|||
Loading…
Reference in a new issue