From: Kenichi Handa Date: Mon, 5 Jun 2000 12:12:26 +0000 (+0000) Subject: (make-coding-system): If CODING-SYSTEM already exists, override it. X-Git-Tag: emacs-pretest-21.0.90~3516 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b48eb508f46249f8fe64d3b68e41866cc29b856a;p=emacs.git (make-coding-system): If CODING-SYSTEM already exists, override it. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 1e7fa52aced..f193ef7797f 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -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)