Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b70257b0
Commit
b70257b0
authored
Feb 28, 2014
by
Glenn Morris
Browse files
Tweak earlier shr.el change
parent
6f876149
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
lisp/ChangeLog
lisp/ChangeLog
+2
-3
lisp/net/shr.el
lisp/net/shr.el
+1
-1
No files found.
lisp/ChangeLog
View file @
b70257b0
...
...
@@ -21,9 +21,8 @@
2014-02-28 Ivan Kanis <ivan@kanis.fr>
* net/shr.el (shr-put-image): Add custom variable
`shr-image-animate' to turn off image animation. It is so slow it
will render emacs unusable.
* net/shr.el (shr-image-animate): New option.
(shr-put-image): Respect shr-image-animate.
2014-02-28 Michael Albinus <michael.albinus@gmx.de>
...
...
lisp/net/shr.el
View file @
b70257b0
...
...
@@ -101,7 +101,7 @@ Alternative suggestions are:
:type
'function
)
(
defcustom
shr-image-animate
t
"
If n
on nil
image will
be animated."
"
N
on nil
means that images that can
be animated
will be
."
:version
"24.4"
:group
'shr
:type
'boolean
)
...
...
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