]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-coding-system): If CODING-SYSTEM already exists, override it.
authorKenichi Handa <handa@m17n.org>
Mon, 5 Jun 2000 12:12:26 +0000 (12:12 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 5 Jun 2000 12:12:26 +0000 (12:12 +0000)
lisp/international/mule.el

index 1e7fa52aced262dcc3d8f98cb99132c9b01c4e7c..f193ef7797fae7abdba31205dcc7f93a9b23c17e 100644 (file)
@@ -621,9 +621,6 @@ treated as a compiled CCL code.
 
 2. If PROPERTIES is just a list of character sets, the list is set as
 a value of `safe-charsets' in PLIST."
-  (if (memq coding-system coding-system-list)
-      (error "Coding system %s already exists" coding-system))
-
   ;; Set a value of `coding-system' property.
   (let ((coding-spec (make-vector 5 nil))
        (no-initial-designation t)