Mercurial > emacs
changeset 99162:bccadf804d55
Remove entry for `window-full-width-p' since it's in Emacs 22 already.
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Mon, 27 Oct 2008 10:28:00 +0000 |
parents | fd7c6e1e6a17 |
children | 60acf25bcfb5 |
files | etc/NEWS |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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.