diff options
author | Glenn Morris <rgm@gnu.org> | 2012-06-03 16:07:48 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-06-03 16:07:48 -0700 |
commit | 7afbaca445e5d49ece642f5b809ff0cdcbd69356 (patch) | |
tree | 9ca8bffe3fa87ee9c85c2e07db0252faef64ea58 /etc | |
parent | d8a52e1551f10d0076d46fcb67d487ac60dcbb98 (diff) | |
download | emacs-7afbaca445e5d49ece642f5b809ff0cdcbd69356.tar.gz |
* etc/NEWS: Update for renamed variable.
* lisp/image.el (imagemagick-types-inhibit): Bump :version.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |