diff options
| author | Gerd Moellmann | 1999-11-02 12:52:56 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-02 12:52:56 +0000 |
| commit | 0391ab47132e04c1d671f79ba2d0e08ae6586c05 (patch) | |
| tree | 0189687c67de9efb1a049c076c49214a5350969d | |
| parent | 9fb5e03d38d8c8a8f712b5b535f0d842bdc00f05 (diff) | |
| download | emacs-0391ab47132e04c1d671f79ba2d0e08ae6586c05.tar.gz emacs-0391ab47132e04c1d671f79ba2d0e08ae6586c05.zip | |
Add image property :user-data.
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1404,6 +1404,12 @@ search for the image in `data-directory'. Some image types support | |||
| 1404 | building images from data. When this is done, no `:file' property | 1404 | building images from data. When this is done, no `:file' property |
| 1405 | may be present in the image specification. | 1405 | may be present in the image specification. |
| 1406 | 1406 | ||
| 1407 | `:user-data DATA' | ||
| 1408 | |||
| 1409 | This property can be used to store user-defined data along with an | ||
| 1410 | image specification. Please note that two image specifications are | ||
| 1411 | equal only if their user-defined data properties are equal. | ||
| 1412 | |||
| 1407 | 1413 | ||
| 1408 | *** Supported image types | 1414 | *** Supported image types |
| 1409 | 1415 | ||