aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2002-06-27 20:44:45 +0000
committerKim F. Storm2002-06-27 20:44:45 +0000
commitf4d7915cd21c17417d143af2abf4d20f9d1fdc81 (patch)
tree705b45db178db20539b8e68221cd309c94ce370e
parentfec8f23ec02a66c45b23bc34ce8d303dfa53e1b1 (diff)
downloademacs-f4d7915cd21c17417d143af2abf4d20f9d1fdc81.tar.gz
emacs-f4d7915cd21c17417d143af2abf4d20f9d1fdc81.zip
format-mode-line now returns propertized string by default.
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e22f8d03246..a483eddd816 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1207,7 +1207,7 @@ or the header line.
1207** New function format-mode-line. 1207** New function format-mode-line.
1208 1208
1209This returns the mode-line or header-line of the selected (or a 1209This returns the mode-line or header-line of the selected (or a
1210specified) window as a string without text properties. 1210specified) 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