diff options
| author | Stefan Monnier | 2002-03-18 20:23:44 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-03-18 20:23:44 +0000 |
| commit | 374353564a0abab19294f2d3ef50ce5bc3158e47 (patch) | |
| tree | b2217e920c17ddbb580977486bfe9be79f961747 | |
| parent | 86db31d56a1a2507b210f5acb2b918745cef074e (diff) | |
| download | emacs-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.el | 2 |
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. |
| 1292 | On decoding -- i.e. input operations -- non-ASCII characters from the | 1290 | On decoding -- i.e. input operations -- non-ASCII characters from the |