Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 104892:e86ba08d7eac
(with-no-warnings): Define it for old Emacsen.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Wed, 09 Sep 2009 10:41:50 +0000 |
parents | 18c2aea5083c |
children | 6fd9d35186e0 |
comparison
equal
deleted
inserted
replaced
104891:2c607b344f3b | 104892:e86ba08d7eac |
---|---|
1 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org> | 1 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org> |
2 | 2 |
3 * gnus-util.el (gnus-float-time): Alias to float-time if it exists. | 3 * gnus-util.el (with-no-warnings): Define it for old Emacsen. |
4 (gnus-float-time): Alias to float-time if it exists. | |
4 | 5 |
5 * ecomplete.el (with-no-warnings): Define it for old Emacsen. | 6 * ecomplete.el (with-no-warnings): Define it for old Emacsen. |
6 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if | 7 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if |
7 float-time is available; suppress compile warning for time-to-seconds. | 8 float-time is available; suppress compile warning for time-to-seconds. |
8 | 9 |