diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-12-19 20:59:46 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-12-19 20:59:46 +0000 |
commit | c9c65c869e16a5daa54eb637e6cc6699b89f2f5b (patch) | |
tree | a151cd9113c5b61a2e5831b95a62d84f9ea2ff6b /src/dosfns.c | |
parent | 382cafff99c5655c9598d3fc44455aca81c00918 (diff) | |
download | emacs-c9c65c869e16a5daa54eb637e6cc6699b89f2f5b.tar.gz |
(syms_of_dosfns): delete the `dos-menubar-clock' and
`dos-timer-hooks' variables (the usual modeline time display now
works and `display-time-hook' can be used under DOS).
Diffstat (limited to 'src/dosfns.c')
-rw-r--r-- | src/dosfns.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/dosfns.c b/src/dosfns.c index e37ec00af70..ec57cab84d8 100644 --- a/src/dosfns.c +++ b/src/dosfns.c @@ -312,8 +312,6 @@ int dos_keypad_mode; Lisp_Object Vdos_version; Lisp_Object Vdos_display_scancodes; -Lisp_Object Vdos_menubar_clock; -Lisp_Object Vdos_timer_hooks; void init_dosfns () @@ -417,15 +415,6 @@ corner of the display (typically at the end of the mode line).\n\ The output format is: scan code:char code*modifiers."); Vdos_display_scancodes = Qnil; - DEFVAR_LISP ("dos-menubar-clock", &Vdos_menubar_clock, - "*When non-nil, the current time is displayed in the upper right\n\ -corner of the screen (typically at the end of the menu bar)."); - Vdos_menubar_clock = Qt; - - DEFVAR_LISP ("dos-timer-hooks", &Vdos_timer_hooks, - "List of hooks which are run every second."); - Vdos_timer_hooks = Qnil; - DEFVAR_INT ("dos-hyper-key", &dos_hyper_key, "*If set to 1, use right ALT key as hyper key.\n\ If set to 2, use right CTRL key as hyper key."); |