*** empty log message ***
[gnus] / lisp / gnus-start.el
index 89a9da1..57a9dde 100644 (file)
@@ -546,7 +546,7 @@ prompt the user for the name of an NNTP server to use."
     (gnus-read-init-file)
     (setq gnus-slave slave)
 
-    (when (string-match "xemacs" (emacs-version))
+    (when (string-match "XEmacs" (emacs-version))
       (gnus-splash))
 
     (let ((level (and (numberp arg) (> arg 0) arg))
@@ -1357,7 +1357,7 @@ newsgroup."
           t)
         (condition-case ()
             (gnus-request-group group dont-check method)
-                                       ;   (error nil)
+          (error nil)
           (quit nil))
         (gnus-set-active group (setq active (gnus-parse-active)))
         ;; Return the new active info.