# HG changeset patch # User Dave Love # Date 1022850273 0 # Node ID 97ff20849724a39c957ebd8f5ffde5cde3625a0d # Parent 53c74787280ac699de3286d535495ef1c93273b7 (unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): Remove :init-value. diff -r 53c74787280a -r 97ff20849724 lisp/international/mule.el --- a/lisp/international/mule.el Fri May 31 12:47:06 2002 +0000 +++ b/lisp/international/mule.el Fri May 31 13:04:33 2002 +0000 @@ -1513,6 +1513,17 @@ (progn ,@body) (set-category-table ,current-category-table))))) +;; Backwards compatibility. These might be better with :init-value t, +;; but that breaks loadup. +(define-minor-mode unify-8859-on-encoding-mode + "Obsolete." + :group 'mule + :global t) +(define-minor-mode unify-8859-on-decoding-mode + "Obsolete." + :group 'mule + :global t) + ;;; Initialize some variables. (put 'use-default-ascent 'char-table-extra-slots 0)