Not doing this is a bizarre perversion of later Emacsen. Probably more
faces need the same treatment.
(mdw-define-face variable-pitch
(((type x)) :family "helvetica" :height 120))
(mdw-define-face region
- (((min-colors 64)) :background "grey30")
- (((class color)) :background "blue")
+ (((min-colors 64)) :background "grey30" :extend t)
+ (((class color)) :background "blue" :extend t)
(t :inverse-video t))
(mdw-define-face error
(((class color)) :background "red")