aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-03-18 20:23:44 +0000
committerStefan Monnier2002-03-18 20:23:44 +0000
commit374353564a0abab19294f2d3ef50ce5bc3158e47 (patch)
treeb2217e920c17ddbb580977486bfe9be79f961747
parent86db31d56a1a2507b210f5acb2b918745cef074e (diff)
downloademacs-374353564a0abab19294f2d3ef50ce5bc3158e47.tar.gz
emacs-374353564a0abab19294f2d3ef50ce5bc3158e47.zip
(unify-8859-on-decoding-mode)
(unify-8859-on-encoding-mode): Remove autoload cookie.
-rw-r--r--lisp/international/ucs-tables.el2
1 files changed, 0 insertions, 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."
1255 (set-char-table-parent safe nil) 1255 (set-char-table-parent safe nil)
1256 (coding-system-put coding-system 'translation-table-for-encode nil)))) 1256 (coding-system-put coding-system 'translation-table-for-encode nil))))
1257 1257
1258;;;###autoload
1259(define-minor-mode unify-8859-on-encoding-mode 1258(define-minor-mode unify-8859-on-encoding-mode
1260 "Set up translation tables for unifying ISO 8859 characters on encoding. 1259 "Set up translation tables for unifying ISO 8859 characters on encoding.
1261 1260
@@ -1286,7 +1285,6 @@ See also command `unify-8859-on-decoding-mode'."
1286 (ucs-unify-8859 t) 1285 (ucs-unify-8859 t)
1287 (ucs-fragment-8859 t))) 1286 (ucs-fragment-8859 t)))
1288 1287
1289;;;###autoload
1290(define-minor-mode unify-8859-on-decoding-mode 1288(define-minor-mode unify-8859-on-decoding-mode
1291 "Set up translation table for unifying ISO 8859 characters on decoding. 1289 "Set up translation table for unifying ISO 8859 characters on decoding.
1292On decoding -- i.e. input operations -- non-ASCII characters from the 1290On decoding -- i.e. input operations -- non-ASCII characters from the