comparison lisp/international/mule-cmds.el @ 88702:8f3207996c62

(unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): Moved from mule.el.
author Dave Love <fx@gnu.org>
date Fri, 31 May 2002 21:53:43 +0000
parents ce18173db20e
children b861d4bbb70f
comparison
equal deleted inserted replaced
88701:c68f88e42678 88702:8f3207996c62
2046 ;; Now (substring enc1 i1) and (substring enc2 i2) are the same, 2046 ;; Now (substring enc1 i1) and (substring enc2 i2) are the same,
2047 ;; and they are the extra control sequences at the tail to 2047 ;; and they are the extra control sequences at the tail to
2048 ;; exclude. 2048 ;; exclude.
2049 (substring enc2 0 i2)))) 2049 (substring enc2 0 i2))))
2050 2050
2051 ;; Backwards compatibility. These might be better with :init-value t,
2052 ;; but that breaks loadup.
2053 (define-minor-mode unify-8859-on-encoding-mode
2054 "Obsolete."
2055 :group 'mule
2056 :global t)
2057 (define-minor-mode unify-8859-on-decoding-mode
2058 "Obsolete."
2059 :group 'mule
2060 :global t)
2051 2061
2052 ;;; mule-cmds.el ends here 2062 ;;; mule-cmds.el ends here