diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-03-14 04:47:44 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-03-14 04:47:44 +0000 |
commit | bc3cb41d8ef789ffc67a17112bddf60410edd08e (patch) | |
tree | 74e6b3b81c3a893226766b9950c94e5822d349b0 /lisp/type-break.el | |
parent | f91a1ff18bc1a4f64317ad78dbfdb8855e680c44 (diff) | |
download | emacs-bc3cb41d8ef789ffc67a17112bddf60410edd08e.tar.gz emacs-bc3cb41d8ef789ffc67a17112bddf60410edd08e.tar.bz2 emacs-bc3cb41d8ef789ffc67a17112bddf60410edd08e.zip |
(type-break-emacs-variant): store-match-data => set-match-data.
Diffstat (limited to 'lisp/type-break.el')
-rw-r--r-- | lisp/type-break.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/type-break.el b/lisp/type-break.el index a367b0539a8..d3070544d0b 100644 --- a/lisp/type-break.el +++ b/lisp/type-break.el @@ -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 @@ It will be either \"seconds\" or \"keystrokes\".") (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))) |