* lisp/international/mule.el (define-coding-system): Revert accidental change

This was accidentally included in a9f147af71
"Use the full name of the null byte/character, not its abbreviation".
This commit is contained in:
Stefan Monnier 2020-10-06 11:02:00 -04:00
parent bcd09e9869
commit 278c9d69cd

View file

@ -956,8 +956,8 @@ non-ASCII files. This attribute is meaningful only when
(cons :name (cons name (cons :docstring (cons (purecopy docstring)
props)))))
(setcdr (assq :plist common-attrs) props)
(apply 'define-coding-system-internal
name (mapcar 'cdr (append common-attrs spec-attrs)))))
(apply #'define-coding-system-internal
name (mapcar #'cdr (append common-attrs spec-attrs)))))
(defun coding-system-doc-string (coding-system)
"Return the documentation string for CODING-SYSTEM."