From: Glenn Morris Date: Fri, 28 Feb 2014 20:00:12 +0000 (-0500) Subject: Tweak earlier shr.el change X-Git-Tag: emacs-24.3.90~336 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b70257b07ea6053bce27b20ad0bda50f547bd393;p=emacs.git Tweak earlier shr.el change --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8150de7bba2..d8dda13d346 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 c7f8c0f50fc..4801aca2fcc 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)