diff options
| -rw-r--r-- | lisp/dos-vars.el | 9 |
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 @@ | |||
| 31 | :type '(repeat string) | 31 | :type '(repeat string) |
| 32 | :group 'dos-fns) | 32 | :group 'dos-fns) |
| 33 | 33 | ||
| 34 | (defcustom dos-codepage-setup-hook nil | ||
| 35 | "*List of functions to be called after the DOS terminal and coding | ||
| 36 | systems are set up. This is the place, e.g., to set specific entries | ||
| 37 | in `standard-display-table' as appropriate for your codepage, if | ||
| 38 | `IT-display-table-setup' doesn't do a perfect job." | ||
| 39 | :group 'dos-fns | ||
| 40 | :type '(hook) | ||
| 41 | :version "20.3.3") | ||
| 42 | |||
| 34 | ;;; dos-vars.el ends here | 43 | ;;; dos-vars.el ends here |