diff options
| author | Glenn Morris | 2014-06-26 20:48:34 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-06-26 20:48:34 -0400 |
| commit | 340d54a195785ff94de2b274fd71a75a71908af2 (patch) | |
| tree | 89d59c96a12f274c2d64920d8bac55460768e0d5 | |
| parent | b63a16ef8aef859562bf5de722eb9f64101d154e (diff) | |
| download | emacs-340d54a195785ff94de2b274fd71a75a71908af2.tar.gz emacs-340d54a195785ff94de2b274fd71a75a71908af2.zip | |
* lisp/net/eww.el (eww-mode) <eww-current-title>: Make local.
Fixes: debbugs:17860
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/net/eww.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cb9953b0698..a2cb2845bc7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-06-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860) | ||
| 4 | |||
| 1 | 2014-06-26 Stephen Berman <stephen.berman@gmx.net> | 5 | 2014-06-26 Stephen Berman <stephen.berman@gmx.net> |
| 2 | 6 | ||
| 3 | * calendar/todo-mode.el (todo-prefix-overlays): If there is no | 7 | * calendar/todo-mode.el (todo-prefix-overlays): If there is no |
diff --git a/lisp/net/eww.el b/lisp/net/eww.el index e8eb09c9a8e..02fc575c261 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el | |||
| @@ -478,6 +478,7 @@ word(s) will be searched for via `eww-search-prefix'." | |||
| 478 | (setq-local eww-current-url 'author) | 478 | (setq-local eww-current-url 'author) |
| 479 | (setq-local eww-current-dom nil) | 479 | (setq-local eww-current-dom nil) |
| 480 | (setq-local eww-current-source nil) | 480 | (setq-local eww-current-source nil) |
| 481 | (setq-local eww-current-title "") | ||
| 481 | (setq-local browse-url-browser-function 'eww-browse-url) | 482 | (setq-local browse-url-browser-function 'eww-browse-url) |
| 482 | (setq-local after-change-functions 'eww-process-text-input) | 483 | (setq-local after-change-functions 'eww-process-text-input) |
| 483 | (setq-local eww-history nil) | 484 | (setq-local eww-history nil) |