comparison lisp/mule/mule-coding.el @ 4080:476d0799d704

[xemacs-hg @ 2007-07-27 18:56:45 by aidan] Move mule-ccl.el -> ccl.el.
author aidan
date Fri, 27 Jul 2007 18:56:53 +0000
parents aa28d959af41
children 023ebc75c06e
comparison
equal deleted inserted replaced
4079:ec4186bc44d0 4080:476d0799d704
27 ;;; Commentary: 27 ;;; Commentary:
28 28
29 ;;; split off of mule.el and mostly moved to coding.el 29 ;;; split off of mule.el and mostly moved to coding.el
30 30
31 ;; Needed for make-8-bit-coding-system. 31 ;; Needed for make-8-bit-coding-system.
32 (eval-when-compile (require 'ccl "mule-ccl")) 32 (eval-when-compile (require 'ccl))
33 33
34 ;;; Code: 34 ;;; Code:
35 35
36 (defun coding-system-force-on-output (coding-system register) 36 (defun coding-system-force-on-output (coding-system register)
37 "Return the 'force-on-output property of CODING-SYSTEM for the specified REGISTER." 37 "Return the 'force-on-output property of CODING-SYSTEM for the specified REGISTER."