]> git.eshelyaron.com Git - emacs.git/commitdiff
Add entry to NEWS
authorMartin Rudalics <rudalics@gmx.at>
Tue, 31 May 2011 12:32:19 +0000 (14:32 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 31 May 2011 12:32:19 +0000 (14:32 +0200)
etc/NEWS

index c16bde3bb4876cb6c8f0b567f349dc46eec98596..9f2a581f81fee5f7104a2e78851bd8d74cad20fa 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -432,6 +432,9 @@ by default semi-permanent which means that functions like
 created automatically with the help of buffer display specifiers or
 manually via the `window-side' window parameter.
 
+*** Window configurations can be saved to/restored from Elisp objects.
+The functions to do that are `window-state-get' and `window-state-put'.
+
 ** Function `sha1' is now implemented in C for speed.
 The elisp implementation sha1.el is removed. Feature sha1 is provided
 by default.