]> git.eshelyaron.com Git - emacs.git/commitdiff
(unify-8859-on-encoding-mode)
authorDave Love <fx@gnu.org>
Fri, 31 May 2002 13:04:33 +0000 (13:04 +0000)
committerDave Love <fx@gnu.org>
Fri, 31 May 2002 13:04:33 +0000 (13:04 +0000)
(unify-8859-on-decoding-mode): Remove :init-value.

lisp/international/mule.el

index e5eba095514946a1d6a4fd4d0b745a4302e08632..1229d961eaa8e732a287ff100803821941636f85 100644 (file)
@@ -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)