Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e25e7693
Commit
e25e7693
authored
Nov 19, 2014
by
Lars Magne Ingebrigtsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* net/eww.el (eww-render): Remove a no-op :title setting.
parent
9fd6f596
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/eww.el
lisp/net/eww.el
+0
-1
No files found.
lisp/ChangeLog
View file @
e25e7693
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.
...
...
lisp/net/eww.el
View file @
e25e7693
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment