Mercurial > emacs
diff lisp/repeat.el @ 49597:e88404e8f2cf
Trailing whitespace deleted.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 04 Feb 2003 12:29:42 +0000 |
| parents | 64d8d90d180d |
| children | 695cf19ef79e d7ddb3e565de |
line wrap: on
line diff
--- a/lisp/repeat.el Tue Feb 04 12:03:59 2003 +0000 +++ b/lisp/repeat.el Tue Feb 04 12:29:42 2003 +0000 @@ -126,7 +126,7 @@ member of that sequence. If this variable is nil, no re-execution occurs." :group 'convenience :type 'boolean) - + ;;;;; ****************** HACKS TO THE REST OF EMACS ******************* ;;;;; ;; The basic strategy is to use last-command, a variable built in to Emacs. @@ -262,7 +262,7 @@ (setq repeat-last-self-insert (buffer-substring (car range) (cdr range))) - (error (error "%s %s %s" ;Danger, Will Robinson! + (error (error "%s %s %s" ;Danger, Will Robinson! "repeat can't intuit what you" "inserted before auto-fill" "clobbered it, sorry")))))))
