Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5519c34e
Commit
5519c34e
authored
Nov 27, 2014
by
Lars Magne Ingebrigtsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(eww-restore-history): Inhibit change functions while restoring the history.
parent
a5b07aa6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/net/eww.el
lisp/net/eww.el
+1
-0
No files found.
lisp/ChangeLog
View file @
5519c34e
...
...
@@ -4,6 +4,8 @@
HTTP fetch fails, we have the right URL in the buffer.
(eww-process-text-input): Don't shorten the input field if
deleting at the last character (bug#19085).
(eww-restore-history): Inhibit change functions while restoring
the history.
* dom.el (dom-pp): New function.
...
...
lisp/net/eww.el
View file @
5519c34e
...
...
@@ -711,6 +711,7 @@ the like."
(
defun
eww-restore-history
(
elem
)
(
let
((
inhibit-read-only
t
)
(
after-change-functions
nil
)
(
text
(
plist-get
elem
:text
)))
(
setq
eww-data
elem
)
(
if
(
null
text
)
...
...
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