* net/eww.el (eww-render): Remove a no-op :title setting.
This commit is contained in:
parent
9fd6f5963b
commit
e25e7693cd
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* net/eww.el (eww-render): Remove a no-op :title setting.
|
||||
|
||||
2014-11-19 Ivan Shmakov <ivan@siamics.net>
|
||||
|
||||
* net/eww.el (eww-history-limit): New variable.
|
||||
|
|
|
@ -259,7 +259,6 @@ See the `eww-search-prefix' variable for the search engine used."
|
|||
(data-buffer (current-buffer)))
|
||||
(unwind-protect
|
||||
(progn
|
||||
(plist-put eww-data :title "")
|
||||
(cond
|
||||
((and eww-use-external-browser-for-content-type
|
||||
(string-match-p eww-use-external-browser-for-content-type
|
||||
|
|
Loading…
Add table
Reference in a new issue