From: Dave Love Date: Fri, 31 May 2002 13:04:33 +0000 (+0000) Subject: (unify-8859-on-encoding-mode) X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~704 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5443bc022f20645e8ec6ba6696871556a99cff14;p=emacs.git (unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): Remove :init-value. --- 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)