Mercurial > emacs
diff lisp/ChangeLog @ 100438:f2d8842e9574
* international/mule-cmds.el (select-safe-coding-system):
* mail/rmail.el (rmail-require-mime-maybe):
Fix arguments of `display-warning'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 15 Dec 2008 15:44:13 +0000 |
parents | a86104b93aaa |
children | 5de002dfa264 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Dec 15 15:40:53 2008 +0000 +++ b/lisp/ChangeLog Mon Dec 15 15:44:13 2008 +0000 @@ -2,6 +2,10 @@ * international/mule.el (find-auto-coding): Fix typo in docstring. + * international/mule-cmds.el (select-safe-coding-system): + * mail/rmail.el (rmail-require-mime-maybe): + Fix arguments of `display-warning'. + * simple.el (bad-package-check): Fix arguments of `display-warning', using the package name as TYPE. Use `string-match-p'.