diff options
| author | Martin Rudalics | 2008-10-27 10:28:00 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2008-10-27 10:28:00 +0000 |
| commit | bee6058c44425c625099e7c2f711fef42bd82073 (patch) | |
| tree | f60fa4f5888c8abffc3f4cdf749f7c10eacd0d08 | |
| parent | 7bfac54794cbd665375aada341e80871d5f930b7 (diff) | |
| download | emacs-bee6058c44425c625099e7c2f711fef42bd82073.tar.gz emacs-bee6058c44425c625099e7c2f711fef42bd82073.zip | |
Remove entry for `window-full-width-p' since it's in Emacs 22 already.
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -1608,10 +1608,6 @@ useful for modes such as tar-mode, archive-mode, RMAIL. | |||
| 1608 | attributes of a given face. | 1608 | attributes of a given face. |
| 1609 | 1609 | ||
| 1610 | +++ | 1610 | +++ |
| 1611 | *** `window-full-width-p' returns t if a window is as wide as its | ||
| 1612 | frame. | ||
| 1613 | |||
| 1614 | +++ | ||
| 1615 | *** `split-string-and-unquote' splits a string into a list of substrings | 1611 | *** `split-string-and-unquote' splits a string into a list of substrings |
| 1616 | on the boundaries of a given delimiter, and unquotes the substrings that | 1612 | on the boundaries of a given delimiter, and unquotes the substrings that |
| 1617 | are quoted. Useful for taking apart shell commands. | 1613 | are quoted. Useful for taking apart shell commands. |