]> code.delx.au - gnu-emacs-elpa/commitdiff
Change regexp to ^login, makes autologon work
authorMario Lang <mlang@delysid.org>
Sun, 9 Feb 2003 21:54:52 +0000 (21:54 +0000)
committerMario Lang <mlang@delysid.org>
Sun, 9 Feb 2003 21:54:52 +0000 (21:54 +0000)
chess-ics.el

index 41709116e72df8f831f5f74ce299cadbf413f15c..dd70c8b03d0781b2d67bf30e4b4a8fc25948fe06 100644 (file)
@@ -42,7 +42,7 @@ The format of each entry is:
 (make-variable-buffer-local 'chess-ics-prompt)
 
 (defvar chess-ics-regexp-alist
-  (list (cons "\\(ogin\\|name\\):"
+  (list (cons "\\(^login\\|name\\):"
              (function
               (lambda ()
                 (chess-engine-send nil (concat chess-ics-handle "\n"))