Mercurial > emacs
diff lisp/gnus/gnus-start.el @ 32939:c8119677d63e
Use (featurep 'xemacs) instead of the `gnus-xemacs' variable, as the
latter has been removed.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 27 Oct 2000 01:36:40 +0000 |
parents | 65104da03c90 |
children | 6b5904398ffd |
line wrap: on
line diff
--- a/lisp/gnus/gnus-start.el Fri Oct 27 01:22:21 2000 +0000 +++ b/lisp/gnus/gnus-start.el Fri Oct 27 01:36:40 2000 +0000 @@ -679,7 +679,7 @@ (when gnus-simple-splash (setq gnus-simple-splash nil) (cond - (gnus-xemacs + ((featurep 'xemacs) (gnus-xmas-splash)) ((and window-system (= (frame-height) (1+ (window-height)))) @@ -2628,7 +2628,7 @@ (let ((str (buffer-substring (point) (progn (end-of-line) (point)))) (coding - (and (or gnus-xemacs + (and (or (featurep 'xemacs) (and (boundp 'enable-multibyte-characters) enable-multibyte-characters)) (fboundp 'gnus-mule-get-coding-system)