changeset 21158:7ba84f53e054

(rlogin-parse-words): store-match-data => set-match-data.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Mar 1998 04:46:55 +0000
parents 59f75e1f5541
children 32a849d62a3f
files lisp/rlogin.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/rlogin.el	Sat Mar 14 04:45:46 1998 +0000
+++ b/lisp/rlogin.el	Sat Mar 14 04:46:55 1998 +0000
@@ -6,7 +6,7 @@
 ;; Maintainer: Noah Friedman <friedman@prep.ai.mit.edu>
 ;; Keywords: unix, comm
 
-;; $Id: rlogin.el,v 1.39 1997/05/05 01:00:35 rms Exp $
+;; $Id: rlogin.el,v 1.40 1997/06/23 08:22:53 friedman Exp rms $
 
 ;; This file is part of GNU Emacs.
 
@@ -320,7 +320,7 @@
       (setq list (cons (substring line (match-beginning 0) (match-end 0))
                        list))
       (setq posn (match-end 0)))
-    (store-match-data (match-data))
+    (set-match-data (match-data))
     (nreverse list)))
 
 (defun rlogin-carriage-filter (string)