diff options
| -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 @@ | |||
| 8 | ;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs | 8 | ;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs |
| 9 | ;; Created: 1994-07-13 | 9 | ;; Created: 1994-07-13 |
| 10 | 10 | ||
| 11 | ;; $Id: type-break.el,v 1.12 1997/06/23 05:28:51 friedman Exp stephen $ | 11 | ;; $Id: type-break.el,v 1.13 1998/01/29 09:26:38 stephen Exp rms $ |
| 12 | 12 | ||
| 13 | ;; This file is part of GNU Emacs. | 13 | ;; This file is part of GNU Emacs. |
| 14 | 14 | ||
| @@ -290,7 +290,7 @@ It will be either \"seconds\" or \"keystrokes\".") | |||
| 290 | (setq alist nil)) | 290 | (setq alist nil)) |
| 291 | (t | 291 | (t |
| 292 | (setq alist (cdr alist))))) | 292 | (setq alist (cdr alist))))) |
| 293 | (store-match-data data) | 293 | (set-match-data data) |
| 294 | (cond ((eq result 'lucid) | 294 | (cond ((eq result 'lucid) |
| 295 | (and (string= emacs-version "19.8 Lucid") | 295 | (and (string= emacs-version "19.8 Lucid") |
| 296 | (setq result 'lucid-19-8))) | 296 | (setq result 'lucid-19-8))) |