aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-02 12:52:56 +0000
committerGerd Moellmann1999-11-02 12:52:56 +0000
commit0391ab47132e04c1d671f79ba2d0e08ae6586c05 (patch)
tree0189687c67de9efb1a049c076c49214a5350969d
parent9fb5e03d38d8c8a8f712b5b535f0d842bdc00f05 (diff)
downloademacs-0391ab47132e04c1d671f79ba2d0e08ae6586c05.tar.gz
emacs-0391ab47132e04c1d671f79ba2d0e08ae6586c05.zip
Add image property :user-data.
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b6694344c17..4420bdc7c9b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1404,6 +1404,12 @@ search for the image in `data-directory'. Some image types support
1404building images from data. When this is done, no `:file' property 1404building images from data. When this is done, no `:file' property
1405may be present in the image specification. 1405may be present in the image specification.
1406 1406
1407`:user-data DATA'
1408
1409This property can be used to store user-defined data along with an
1410image specification. Please note that two image specifications are
1411equal only if their user-defined data properties are equal.
1412
1407 1413
1408*** Supported image types 1414*** Supported image types
1409 1415