diff options
| author | Lars Magne Ingebrigtsen | 2010-09-27 22:53:35 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2010-09-27 22:53:35 +0200 |
| commit | 8ea189f7bfe01e5313e0b95078171718ea5e0d4f (patch) | |
| tree | c2dc955237ec7922807fcebd4c6c5fe1bf99e4c7 /etc | |
| parent | d8a4b27a847945fb629067132d7287cc075083dd (diff) | |
| download | emacs-8ea189f7bfe01e5313e0b95078171718ea5e0d4f.tar.gz emacs-8ea189f7bfe01e5313e0b95078171718ea5e0d4f.zip | |
Compile with imagemagick support by default.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -115,8 +115,8 @@ for this. | |||
| 115 | 115 | ||
| 116 | ** ImageMagick support. | 116 | ** ImageMagick support. |
| 117 | It is now possible to use the Imagemagick library to load many new | 117 | It is now possible to use the Imagemagick library to load many new |
| 118 | image formats in Emacs. To enable this, use the configure option | 118 | image formats in Emacs. It is enable by default. To disable this, use |
| 119 | `--with-imagemagick'. | 119 | the configure option `--without-imagemagick'. |
| 120 | 120 | ||
| 121 | The new function `imagemagick-types' returns a list of image file | 121 | The new function `imagemagick-types' returns a list of image file |
| 122 | extensions that your installation of ImageMagick supports. The | 122 | extensions that your installation of ImageMagick supports. The |