summaryrefslogtreecommitdiff
path: root/lisp/dos-vars.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>1998-12-20 15:12:03 +0000
committerEli Zaretskii <eliz@gnu.org>1998-12-20 15:12:03 +0000
commit9d45accd7ea124a38a9cee1b1fcd3682fa1525a7 (patch)
tree0af86b5dd6a98600d530e0dd9af807c1d5a1c987 /lisp/dos-vars.el
parent0064ab85ad90a26302b4841d8ee5601be2cb08a5 (diff)
downloademacs-9d45accd7ea124a38a9cee1b1fcd3682fa1525a7.tar.gz
(dos-codepage-setup-hook): New defcustom.
Diffstat (limited to 'lisp/dos-vars.el')
-rw-r--r--lisp/dos-vars.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/dos-vars.el b/lisp/dos-vars.el
index 5b30b4a120e..d6a81ba0f55 100644
--- a/lisp/dos-vars.el
+++ b/lisp/dos-vars.el
@@ -31,4 +31,13 @@
:type '(repeat string)
:group 'dos-fns)
+(defcustom dos-codepage-setup-hook nil
+ "*List of functions to be called after the DOS terminal and coding
+systems are set up. This is the place, e.g., to set specific entries
+in `standard-display-table' as appropriate for your codepage, if
+`IT-display-table-setup' doesn't do a perfect job."
+ :group 'dos-fns
+ :type '(hook)
+ :version "20.3.3")
+
;;; dos-vars.el ends here