Mercurial > emacs
changeset 88698:97ff20849724
(unify-8859-on-encoding-mode)
(unify-8859-on-decoding-mode): Remove :init-value.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 31 May 2002 13:04:33 +0000 |
parents | 53c74787280a |
children | dca7b491d37e |
files | lisp/international/mule.el |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)