diff options
| author | Lars Magne Ingebrigtsen | 2014-11-19 18:41:17 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2014-11-19 18:41:17 +0100 |
| commit | e25e7693cd6d203a4e6e7cdb86db0f09d6426e24 (patch) | |
| tree | c5a783b01119ba41e5d5e1e5010d02394f140e2d | |
| parent | 9fd6f5963b5a448f40c8e79bda60fd0b5721566b (diff) | |
| download | emacs-e25e7693cd6d203a4e6e7cdb86db0f09d6426e24.tar.gz emacs-e25e7693cd6d203a4e6e7cdb86db0f09d6426e24.zip | |
* net/eww.el (eww-render): Remove a no-op :title setting.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/net/eww.el | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aacc5260812..d410e2309b0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * net/eww.el (eww-render): Remove a no-op :title setting. | ||
| 4 | |||
| 1 | 2014-11-19 Ivan Shmakov <ivan@siamics.net> | 5 | 2014-11-19 Ivan Shmakov <ivan@siamics.net> |
| 2 | 6 | ||
| 3 | * net/eww.el (eww-history-limit): New variable. | 7 | * net/eww.el (eww-history-limit): New variable. |
diff --git a/lisp/net/eww.el b/lisp/net/eww.el index e7fab1ebddc..67466686aae 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el | |||
| @@ -259,7 +259,6 @@ See the `eww-search-prefix' variable for the search engine used." | |||
| 259 | (data-buffer (current-buffer))) | 259 | (data-buffer (current-buffer))) |
| 260 | (unwind-protect | 260 | (unwind-protect |
| 261 | (progn | 261 | (progn |
| 262 | (plist-put eww-data :title "") | ||
| 263 | (cond | 262 | (cond |
| 264 | ((and eww-use-external-browser-for-content-type | 263 | ((and eww-use-external-browser-for-content-type |
| 265 | (string-match-p eww-use-external-browser-for-content-type | 264 | (string-match-p eww-use-external-browser-for-content-type |