mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-28 02:40:46 -08:00
* lisp/net/eww.el (eww-mode) <eww-current-title>: Make local.
Fixes: debbugs:17860
This commit is contained in:
parent
b63a16ef8a
commit
340d54a195
2 changed files with 5 additions and 0 deletions
|
|
@ -478,6 +478,7 @@ word(s) will be searched for via `eww-search-prefix'."
|
|||
(setq-local eww-current-url 'author)
|
||||
(setq-local eww-current-dom nil)
|
||||
(setq-local eww-current-source nil)
|
||||
(setq-local eww-current-title "")
|
||||
(setq-local browse-url-browser-function 'eww-browse-url)
|
||||
(setq-local after-change-functions 'eww-process-text-input)
|
||||
(setq-local eww-history nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue