diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-02-23 21:58:10 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-02-23 21:58:10 +0000 |
commit | 5d1d0a9868c6783269bd5725f164884a392edcc7 (patch) | |
tree | 39cc175ab6d566193ad65a2c86885cec80cfa290 /admin | |
parent | af09f655a34175fb47c2ba8d3bc4531b7540374b (diff) | |
download | emacs-5d1d0a9868c6783269bd5725f164884a392edcc7.tar.gz |
** Tweak sit-for to accept the form (sit-for 1 nil t)
Already fixed by Glenn Morris.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/FOR-RELEASE | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 7672d699981..4f63e079dd8 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -107,11 +107,6 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00073.html ** don't require path hints for *shell* http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00046.html -** Tweak sit-for to accept the form (sit-for 1 nil t) -This obsolete form was not explicitly allowed, but some legacy -programs use it. -[already fixed in 22 branch on 2008-02-21 AFAIK] - ** Two display bugs involving interactions between after-string and display properties of adjacent overlays http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00119.html |