]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/international/mule.el (define-coding-system): Revert accidental change
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 6 Oct 2020 15:02:00 +0000 (11:02 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 6 Oct 2020 15:02:00 +0000 (11:02 -0400)
This was accidentally included in a9f147af716aa026ec7778202901c4cb4bd5487d
"Use the full name of the null byte/character, not its abbreviation".

lisp/international/mule.el

index e7496c08bf9df8c249678e20f9c4a8cb70d4bbf8..2af64de77b5b2d6b231c453b0890f11243c3dccd 100644 (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."