Mercurial > emacs
comparison etc/NEWS @ 46064:f0a33c7767fb
format-mode-line now returns propertized string by default.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 27 Jun 2002 20:44:45 +0000 |
parents | 29c0705b3531 |
children | daab102d5c4f |
comparison
equal
deleted
inserted
replaced
46063:8e659a35ee82 | 46064:f0a33c7767fb |
---|---|
1205 or the header line. | 1205 or the header line. |
1206 | 1206 |
1207 ** New function format-mode-line. | 1207 ** New function format-mode-line. |
1208 | 1208 |
1209 This returns the mode-line or header-line of the selected (or a | 1209 This returns the mode-line or header-line of the selected (or a |
1210 specified) window as a string without text properties. | 1210 specified) window as a string with or without text properties. |
1211 | 1211 |
1212 ** New functions `lax-plist-get' and `lax-plist-put'. | 1212 ** New functions `lax-plist-get' and `lax-plist-put'. |
1213 | 1213 |
1214 These functions are like `plist-get' and `plist-put' except that they | 1214 These functions are like `plist-get' and `plist-put' except that they |
1215 compare the property name using `equal' rather than `eq'. | 1215 compare the property name using `equal' rather than `eq'. |