summaryrefslogtreecommitdiff
path: root/lisp/international/mule.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2020-10-06 11:02:00 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2020-10-06 11:02:00 -0400
commit278c9d69cda1eb10ec21f619f0d97014ee6ad51a (patch)
tree8a2366355c7ee559b91fa258033b22bc3b9a4dd9 /lisp/international/mule.el
parentbcd09e9869a3f371024286d25743ebaf17f0be9d (diff)
downloademacs-278c9d69cda1eb10ec21f619f0d97014ee6ad51a.tar.gz
* lisp/international/mule.el (define-coding-system): Revert accidental change
This was accidentally included in a9f147af716aa026ec7778202901c4cb4bd5487d "Use the full name of the null byte/character, not its abbreviation".
Diffstat (limited to 'lisp/international/mule.el')
-rw-r--r--lisp/international/mule.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index e7496c08bf9..2af64de77b5 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -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."