(prefer-coding-system): Use `set-coding-category-system' to set up
authortomo <tomo>
Tue, 29 Jun 1999 04:40:56 +0000 (04:40 +0000)
committertomo <tomo>
Tue, 29 Jun 1999 04:40:56 +0000 (04:40 +0000)
coding-system for coding-category.

lisp/mule/mule-cmds.el

index e03f876..6f64629 100644 (file)
@@ -203,7 +203,7 @@ startup."
     (if (not coding-category)
        ;; CODING-SYSTEM is no-conversion or undecided.
        (error "Can't prefer the coding system `%s'" coding-system))
-    (set coding-category (or base coding-system))
+    (set-coding-category-system coding-category (or base coding-system))
     ;; (update-coding-systems-internal)
     (or (eq coding-category (car (coding-category-list)))
        ;; We must change the order.