From 374353564a0abab19294f2d3ef50ce5bc3158e47 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 18 Mar 2002 20:23:44 +0000 Subject: [PATCH] (unify-8859-on-decoding-mode) (unify-8859-on-encoding-mode): Remove autoload cookie. --- lisp/international/ucs-tables.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/international/ucs-tables.el b/lisp/international/ucs-tables.el index 245d624e214..0640a372051 100644 --- a/lisp/international/ucs-tables.el +++ b/lisp/international/ucs-tables.el @@ -1255,7 +1255,6 @@ unification on input operations." (set-char-table-parent safe nil) (coding-system-put coding-system 'translation-table-for-encode nil)))) -;;;###autoload (define-minor-mode unify-8859-on-encoding-mode "Set up translation tables for unifying ISO 8859 characters on encoding. @@ -1286,7 +1285,6 @@ See also command `unify-8859-on-decoding-mode'." (ucs-unify-8859 t) (ucs-fragment-8859 t))) -;;;###autoload (define-minor-mode unify-8859-on-decoding-mode "Set up translation table for unifying ISO 8859 characters on decoding. On decoding -- i.e. input operations -- non-ASCII characters from the -- 2.39.2