diff options
| author | Glenn Morris | 2012-06-03 16:07:48 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-06-03 16:07:48 -0700 |
| commit | 7afbaca445e5d49ece642f5b809ff0cdcbd69356 (patch) | |
| tree | 9ca8bffe3fa87ee9c85c2e07db0252faef64ea58 | |
| parent | d8a52e1551f10d0076d46fcb67d487ac60dcbb98 (diff) | |
| download | emacs-7afbaca445e5d49ece642f5b809ff0cdcbd69356.tar.gz emacs-7afbaca445e5d49ece642f5b809ff0cdcbd69356.zip | |
* etc/NEWS: Update for renamed variable.
* lisp/image.el (imagemagick-types-inhibit): Bump :version.
| -rw-r--r-- | etc/NEWS | 6 | ||||
| -rw-r--r-- | lisp/image.el | 2 |
2 files changed, 4 insertions, 4 deletions
| @@ -63,14 +63,14 @@ name, group names known to the system (where possible). | |||
| 63 | ** ImageMagick support, if available, is automatically enabled. | 63 | ** ImageMagick support, if available, is automatically enabled. |
| 64 | It is no longer necessary to call `imagemagick-register-types' | 64 | It is no longer necessary to call `imagemagick-register-types' |
| 65 | explicitly to install ImageMagick image types; that function is called | 65 | explicitly to install ImageMagick image types; that function is called |
| 66 | automatically at startup, or when customizing imagemagick-types-enable | 66 | automatically at startup, or when customizing a relevant imagemagick- |
| 67 | or imagemagick-types-inhibit. | 67 | option. |
| 68 | 68 | ||
| 69 | *** Setting `imagemagick-types-inhibit' to t now disables the use of | 69 | *** Setting `imagemagick-types-inhibit' to t now disables the use of |
| 70 | ImageMagick to view images. You must call imagemagick-register-types | 70 | ImageMagick to view images. You must call imagemagick-register-types |
| 71 | afterwards if you do not use customize to change this. | 71 | afterwards if you do not use customize to change this. |
| 72 | 72 | ||
| 73 | *** The new variable `imagemagick-types-enable' also affects which | 73 | *** The new variable `imagemagick-enabled-types' also affects which |
| 74 | ImageMagick types are treated as images. The function | 74 | ImageMagick types are treated as images. The function |
| 75 | `imagemagick-filter-types' returns the list of types that will be | 75 | `imagemagick-filter-types' returns the list of types that will be |
| 76 | treated as images. | 76 | treated as images. |
diff --git a/lisp/image.el b/lisp/image.el index 950b9cb6999..695763ab0f5 100644 --- a/lisp/image.el +++ b/lisp/image.el | |||
| @@ -770,7 +770,7 @@ has no effect." | |||
| 770 | :set (lambda (symbol value) | 770 | :set (lambda (symbol value) |
| 771 | (set-default symbol value) | 771 | (set-default symbol value) |
| 772 | (imagemagick-register-types)) | 772 | (imagemagick-register-types)) |
| 773 | :version "24.1" | 773 | :version "24.2" |
| 774 | :group 'image) | 774 | :group 'image) |
| 775 | 775 | ||
| 776 | (defcustom imagemagick-enabled-types | 776 | (defcustom imagemagick-enabled-types |