master 4aed1611c10: speedbar: Follow non-file-visiting buffers
Sean Whitton <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: master commit 4aed1611c1055f6e339ab79cf53cac804c5b5fa9 Author: Daniel Mendler <[email protected]> Commit: Sean Whitton <[email protected]> speedbar: Follow non-file-visiting buffers * lisp/speedbar.el (speedbar-timer-fn): Remove 'buffer-file-name' check (bug#81559). --- lisp/speedbar.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 45c6a9c6b89..b3bcb05c043 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -2822,8 +2822,7 @@ Also resets scanner functions." (unless (and (or (member major-mode speedbar-ignored-modes) (and (eq af (speedbar-current-frame)) - (speedbar-window-current-window)) - (not (buffer-file-name))) + (speedbar-window-current-window))) ;; Always update for GUD. (not (string-equal "GUD" speedbar-initial-expansion-list-name)))