diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-09-13 08:46:17 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-09-13 08:46:17 +0000 |
commit | e5b05b08c1b1485246447dafab544a505238fdda (patch) | |
tree | 89ed0ab83066a56fa7d1f1ce25984726d3115cf1 /lisp/international | |
parent | d008f7b7facd8851792d896be00d39ae1b1b2a5f (diff) | |
download | emacs-e5b05b08c1b1485246447dafab544a505238fdda.tar.gz |
(dos-unsupported-char-glyph): Add defvar.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/codepage.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/international/codepage.el b/lisp/international/codepage.el index 3e364a60673..854d4673ecd 100644 --- a/lisp/international/codepage.el +++ b/lisp/international/codepage.el @@ -44,6 +44,8 @@ ;;; Code: +(defvar dos-unsupported-char-glyph) + (defun cp-coding-system-for-codepage-1 (coding mnemonic iso-name decoder encoder) "Make coding system CODING for a DOS codepage using translation tables. |