From b70257b07ea6053bce27b20ad0bda50f547bd393 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 28 Feb 2014 15:00:12 -0500 Subject: [PATCH] Tweak earlier shr.el change --- lisp/ChangeLog | 5 ++--- lisp/net/shr.el | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8150de7bba..d8dda13d34 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -21,9 +21,8 @@ 2014-02-28 Ivan Kanis - * 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 diff --git a/lisp/net/shr.el b/lisp/net/shr.el index c7f8c0f50f..4801aca2fc 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -101,7 +101,7 @@ Alternative suggestions are: :type 'function) (defcustom shr-image-animate t - "If non nil image will be animated." + "Non nil means that images that can be animated will be." :version "24.4" :group 'shr :type 'boolean) -- 2.39.2