Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4692:dc3c2f298857
Support last two arguments to #'make-coding-system being optional, again.
2009-09-20 Aidan Kehoe <kehoea@parhasard.net>
* mule/make-coding-system.el (make-coding-system):
Require a minimum of two, not four, arguments; thank you for the
problem report, Adam Sjoegren!
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 20 Sep 2009 17:19:54 +0100 |
parents | 257b468bf2ca |
children | 2ac296807b88 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Sep 20 08:27:42 2009 +0100 +++ b/lisp/ChangeLog Sun Sep 20 17:19:54 2009 +0100 @@ -1,3 +1,9 @@ +2009-09-20 Aidan Kehoe <kehoea@parhasard.net> + + * mule/make-coding-system.el (make-coding-system): + Require a minimum of two, not four, arguments; thank you for the + problem report, Adam Sjøgren! + 2009-09-19 Aidan Kehoe <kehoea@parhasard.net> Move the #'query-coding-region implementation to C.