Fix bookmark display widths
* lisp/net/eww.el (eww-list-bookmarks): Pop to the buffer before preparing it so that the widths are computed correctly (bug#22328).
This commit is contained in:
parent
d90ab1e221
commit
3311f4080b
1 changed files with 2 additions and 2 deletions
|
@ -1542,8 +1542,8 @@ If CHARSET is nil then use UTF-8."
|
|||
(defun eww-list-bookmarks ()
|
||||
"Display the bookmarks."
|
||||
(interactive)
|
||||
(eww-bookmark-prepare)
|
||||
(pop-to-buffer "*eww bookmarks*"))
|
||||
(pop-to-buffer "*eww bookmarks*")
|
||||
(eww-bookmark-prepare))
|
||||
|
||||
(defun eww-bookmark-prepare ()
|
||||
(eww-read-bookmarks)
|
||||
|
|
Loading…
Add table
Reference in a new issue