Mercurial > emacs
changeset 23919:3b3a9cd1785a
(dos-codepage-setup-hook): New defcustom.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 20 Dec 1998 15:12:03 +0000 |
parents | 73c3dcc21ced |
children | efcf2fcda617 |
files | lisp/dos-vars.el |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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