Fix a typo in gnus.el.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 10 Jan 2000 03:55:38 +0000 (03:55 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 10 Jan 2000 03:55:38 +0000 (03:55 +0000)
lisp/ChangeLog
lisp/gnus.el

index 844b8ad..6aff65e 100644 (file)
@@ -1,3 +1,7 @@
+2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus.el (gnus-other-frame): Fix typo.
+
 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
        * gnus-cus.el (gnus-group-customize): Fix typo.
index 58d66fc..c8ff60e 100644 (file)
@@ -2862,11 +2862,11 @@ As opposed to `gnus', this command will not connect to the local server."
     (cond (window
           (select-frame (window-frame window)))
          (t
-          (select-frame (make-frame)))
+          (select-frame (make-frame)))))
   (gnus arg))
 
-(setq thing ?                          ; this is a comment
-      more 'yes)
+;;(setq thing ?                                ; this is a comment
+;;      more 'yes)
     
 ;;;###autoload
 (defun gnus (&optional arg dont-connect slave)