* 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:
parent
bcd09e9869
commit
278c9d69cd
1 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue