Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 111299:d1cffc3c49f5
Fix some declarations.
* lisp/gnus/nnimap.el (gnutls-negotiate):
* lisp/gnus/nntp.el (netrc-parse): Fix declarations.
* lisp/faces.el (xw-defined-colors, x-setup-function-keys):
* lisp/mouse-sel.el (x-select-text):
* lisp/term/w32console.el (x-setup-function-keys): Update declarations.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 31 Oct 2010 23:13:43 -0700 |
parents | cda54a3ff09d |
children | 131f7940cd0f |
comparison
equal
deleted
inserted
replaced
111298:cb908fcc9f00 | 111299:d1cffc3c49f5 |
---|---|
1 2010-11-01 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * nnimap.el (gnutls-negotiate): | |
4 * nntp.el (netrc-parse): Fix declarations. | |
5 | |
1 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org> | 6 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org> |
2 | 7 |
3 * gnus-util.el (gnus-string-match-p): New function, that is an alias to | 8 * gnus-util.el (gnus-string-match-p): New function, that is an alias to |
4 string-match-p in Emacs >=23. | 9 string-match-p in Emacs >=23. |
5 | 10 |