# HG changeset patch # User Martin Rudalics # Date 1225103280 0 # Node ID bccadf804d553ee8ec5b8b021e62f31c719f2db3 # Parent fd7c6e1e6a17915b16406154673b1ea02398066c Remove entry for `window-full-width-p' since it's in Emacs 22 already. diff -r fd7c6e1e6a17 -r bccadf804d55 etc/NEWS --- a/etc/NEWS Mon Oct 27 10:13:49 2008 +0000 +++ b/etc/NEWS Mon Oct 27 10:28:00 2008 +0000 @@ -1608,10 +1608,6 @@ attributes of a given face. +++ -*** `window-full-width-p' returns t if a window is as wide as its -frame. - -+++ *** `split-string-and-unquote' splits a string into a list of substrings on the boundaries of a given delimiter, and unquotes the substrings that are quoted. Useful for taking apart shell commands.