# HG changeset patch # User Aidan Kehoe # Date 1253463594 -3600 # Node ID dc3c2f298857f5438ddc2676d49244da3c7cc3e3 # Parent 3ba90c659d016e232277b6e9b2eab18cd9c4d71a Support last two arguments to #'make-coding-system being optional, again. 2009-09-20 Aidan Kehoe * mule/make-coding-system.el (make-coding-system): Require a minimum of two, not four, arguments; thank you for the problem report, Adam Sjoegren! diff -r 3ba90c659d01 -r dc3c2f298857 lisp/ChangeLog --- 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 + + * 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 Move the #'query-coding-region implementation to C. diff -r 3ba90c659d01 -r dc3c2f298857 lisp/mule/make-coding-system.el --- a/lisp/mule/make-coding-system.el Sun Sep 20 08:27:42 2009 +0100 +++ b/lisp/mule/make-coding-system.el Sun Sep 20 17:19:54 2009 +0100 @@ -519,7 +519,7 @@ props)) ;;;###autoload -(defun make-coding-system (name type description props) +(defun make-coding-system (name type &optional description props) "Register symbol NAME as a coding system. TYPE describes the conversion method used and should be one of