diff options
| -rw-r--r-- | lisp/international/mule-diag.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index 19057f57b13..4a5a8a8ca86 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el | |||
| @@ -204,12 +204,12 @@ SORT-KEY should be `name' or `iso-spec' (default `name')." | |||
| 204 | 204 | ||
| 205 | (defvar non-iso-charset-alist nil | 205 | (defvar non-iso-charset-alist nil |
| 206 | "Obsolete.") | 206 | "Obsolete.") |
| 207 | (make-obsolete-variable 'non-iso-charset-alist "no longer relevant" "23.1") | 207 | (make-obsolete-variable 'non-iso-charset-alist "no longer relevant." "23.1") |
| 208 | 208 | ||
| 209 | (defun decode-codepage-char (codepage code) | 209 | (defun decode-codepage-char (codepage code) |
| 210 | "Decode a character that has code CODE in CODEPAGE. | 210 | "Decode a character that has code CODE in CODEPAGE. |
| 211 | Return a decoded character string. Each CODEPAGE corresponds to a | 211 | Return a decoded character string. Each CODEPAGE corresponds to a |
| 212 | coding system cpCODEPAGE. This function is obsolete." | 212 | coding system cpCODEPAGE." |
| 213 | (decode-char (intern (format "cp%d" codepage)) code)) | 213 | (decode-char (intern (format "cp%d" codepage)) code)) |
| 214 | (make-obsolete 'decode-codepage-char 'decode-char "23.1") | 214 | (make-obsolete 'decode-codepage-char 'decode-char "23.1") |
| 215 | 215 | ||
| @@ -343,7 +343,7 @@ detailed meanings of these arguments." | |||
| 343 | (push c aliases))) | 343 | (push c aliases))) |
| 344 | (if aliases | 344 | (if aliases |
| 345 | (insert "Aliases: " (mapconcat #'symbol-name aliases ", ") ?\n))) | 345 | (insert "Aliases: " (mapconcat #'symbol-name aliases ", ") ?\n))) |
| 346 | 346 | ||
| 347 | (dolist (elt `((:ascii-compatible-p "ASCII compatible." nil) | 347 | (dolist (elt `((:ascii-compatible-p "ASCII compatible." nil) |
| 348 | (:map "Map file: " identity) | 348 | (:map "Map file: " identity) |
| 349 | (:unify-map "Unification map file: " identity) | 349 | (:unify-map "Unification map file: " identity) |
| @@ -1213,7 +1213,7 @@ The list is null if CHAR isn't found in `unicodedata-file'." | |||
| 1213 | (string-to-number (nth 2 fields)) | 1213 | (string-to-number (nth 2 fields)) |
| 1214 | '((0 . "Spacing") | 1214 | '((0 . "Spacing") |
| 1215 | (1 . "Overlays and interior") | 1215 | (1 . "Overlays and interior") |
| 1216 | (7 . "Nuktas") | 1216 | (7 . "Nuktas") |
| 1217 | (8 . "Hiragana/Katakana voicing marks") | 1217 | (8 . "Hiragana/Katakana voicing marks") |
| 1218 | (9 . "Viramas") | 1218 | (9 . "Viramas") |
| 1219 | (10 . "Start of fixed position classes") | 1219 | (10 . "Start of fixed position classes") |