Mercurial > emacs
changeset 29428:e3253b152060
(make-coding-system): If CODING-SYSTEM already exists, override it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 05 Jun 2000 12:12:26 +0000 |
parents | 8ba401014754 |
children | 1fa36ef2bb6c |
files | lisp/international/mule.el |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Mon Jun 05 12:07:08 2000 +0000 +++ b/lisp/international/mule.el Mon Jun 05 12:12:26 2000 +0000 @@ -621,9 +621,6 @@ 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)