# HG changeset patch # User Richard M. Stallman # Date 889850864 0 # Node ID 32a849d62a3ff5912f53fbb3d786492e4b398fb8 # Parent 7ba84f53e05480027969af5020a4c88270580d3e (type-break-emacs-variant): store-match-data => set-match-data. diff -r 7ba84f53e054 -r 32a849d62a3f lisp/type-break.el --- a/lisp/type-break.el Sat Mar 14 04:46:55 1998 +0000 +++ b/lisp/type-break.el Sat Mar 14 04:47:44 1998 +0000 @@ -8,7 +8,7 @@ ;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs ;; Created: 1994-07-13 -;; $Id: type-break.el,v 1.12 1997/06/23 05:28:51 friedman Exp stephen $ +;; $Id: type-break.el,v 1.13 1998/01/29 09:26:38 stephen Exp rms $ ;; This file is part of GNU Emacs. @@ -290,7 +290,7 @@ (setq alist nil)) (t (setq alist (cdr alist))))) - (store-match-data data) + (set-match-data data) (cond ((eq result 'lucid) (and (string= emacs-version "19.8 Lucid") (setq result 'lucid-19-8)))