]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Update for renamed variable.
authorGlenn Morris <rgm@gnu.org>
Sun, 3 Jun 2012 23:07:48 +0000 (16:07 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 3 Jun 2012 23:07:48 +0000 (16:07 -0700)
* lisp/image.el (imagemagick-types-inhibit): Bump :version.

etc/NEWS
lisp/image.el

index 3bc54d0ff2da3168776eb5bac85e05f327c1907c..48233963048f84f4b4973f9ac18697c5104f60a3 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -63,14 +63,14 @@ name, group names known to the system (where possible).
 ** ImageMagick support, if available, is automatically enabled.
 It is no longer necessary to call `imagemagick-register-types'
 explicitly to install ImageMagick image types; that function is called
-automatically at startup, or when customizing imagemagick-types-enable
-or imagemagick-types-inhibit.
+automatically at startup, or when customizing a relevant imagemagick-
+option.
 
 *** Setting `imagemagick-types-inhibit' to t now disables the use of
 ImageMagick to view images.  You must call imagemagick-register-types
 afterwards if you do not use customize to change this.
 
-*** The new variable `imagemagick-types-enable' also affects which
+*** The new variable `imagemagick-enabled-types' also affects which
 ImageMagick types are treated as images.  The function
 `imagemagick-filter-types' returns the list of types that will be
 treated as images.
index 950b9cb699933a0bd738153b169db1dd7155d3ff..695763ab0f522f950bc0820ddc38ef0a99de2b15 100644 (file)
@@ -770,7 +770,7 @@ has no effect."
   :set (lambda (symbol value)
         (set-default symbol value)
         (imagemagick-register-types))
-  :version "24.1"
+  :version "24.2"
   :group 'image)
 
 (defcustom imagemagick-enabled-types