From 5443bc022f20645e8ec6ba6696871556a99cff14 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 31 May 2002 13:04:33 +0000 Subject: [PATCH] (unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): Remove :init-value. --- lisp/international/mule.el | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index e5eba095514..1229d961eaa 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -1513,6 +1513,17 @@ the table in `translation-table-vector'." (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) -- 2.39.5