mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
(make-coding-system): If CODING-SYSTEM already exists, override it.
This commit is contained in:
parent
9ebbe4d8b0
commit
b48eb508f4
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue