Mercurial > emacs
changeset 88702:8f3207996c62
(unify-8859-on-encoding-mode)
(unify-8859-on-decoding-mode): Moved from mule.el.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 31 May 2002 21:53:43 +0000 |
parents | c68f88e42678 |
children | a3166d00b2d6 |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el Fri May 31 21:53:21 2002 +0000 +++ b/lisp/international/mule-cmds.el Fri May 31 21:53:43 2002 +0000 @@ -2048,5 +2048,15 @@ ;; exclude. (substring enc2 0 i2)))) +;; 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) ;;; mule-cmds.el ends here