changeset 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 3ba90c659d01
children 80cd90837ac5
files lisp/ChangeLog lisp/mule/make-coding-system.el
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
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.
--- 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