# HG changeset patch # User Eli Zaretskii # Date 914166723 0 # Node ID 3b3a9cd1785a64833d298abe5c47348446500007 # Parent 73c3dcc21ced0b03a2da3c7946e107002590243a (dos-codepage-setup-hook): New defcustom. diff -r 73c3dcc21ced -r 3b3a9cd1785a lisp/dos-vars.el --- a/lisp/dos-vars.el Sun Dec 20 15:07:03 1998 +0000 +++ b/lisp/dos-vars.el Sun Dec 20 15:12:03 1998 +0000 @@ -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