From f91a1ff18bc1a4f64317ad78dbfdb8855e680c44 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 14 Mar 1998 04:46:55 +0000 Subject: [PATCH] (rlogin-parse-words): store-match-data => set-match-data. --- lisp/rlogin.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/rlogin.el b/lisp/rlogin.el index 76b8626963b..435765f3b4c 100644 --- a/lisp/rlogin.el +++ b/lisp/rlogin.el @@ -6,7 +6,7 @@ ;; Maintainer: Noah Friedman ;; 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 @@ local one share the same directories (through NFS)." (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) -- 2.39.2