No longer use obsolete alias speedbar-with-attached-buffer

Instead use the aliased variable `dframe-with-attached-buffer'.
The alias was established in Emacs 24.4.
This commit is contained in:
Jonas Bernoulli 2018-01-12 14:05:59 +01:00
parent 82743b3164
commit 393ee7b219
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
(defun mu4e~speedbar-maildir (&optional text token ident)
"Jump to maildir TOKEN. TEXT and INDENT are not used."
(speedbar-with-attached-buffer
(dframe-with-attached-buffer
(mu4e-headers-search (concat "\"maildir:" token "\"")
current-prefix-arg)))
@ -100,7 +100,7 @@
(defun mu4e~speedbar-bookmark (&optional text token ident)
"Run bookmarked query TOKEN. TEXT and INDENT are not used."
(speedbar-with-attached-buffer
(dframe-with-attached-buffer
(mu4e-headers-search token current-prefix-arg)))
;;;###autoload