aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/repeat.el
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-04 12:29:42 +0000
committerJuanma Barranquero2003-02-04 12:29:42 +0000
commitf1180544bb5ff44cdb45b8734734294b0a2fa7a4 (patch)
tree626b0db999b924834efc1f437eb47776ea6bd797 /lisp/repeat.el
parent37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff)
downloademacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz
emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.zip
Trailing whitespace deleted.
Diffstat (limited to 'lisp/repeat.el')
-rw-r--r--lisp/repeat.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/repeat.el b/lisp/repeat.el
index 667303076dd..ae2cc97498a 100644
--- a/lisp/repeat.el
+++ b/lisp/repeat.el
@@ -126,7 +126,7 @@ only occurs if the final character by which `repeat' was invoked is a
126member of that sequence. If this variable is nil, no re-execution occurs." 126member of that sequence. If this variable is nil, no re-execution occurs."
127 :group 'convenience 127 :group 'convenience
128 :type 'boolean) 128 :type 'boolean)
129 129
130;;;;; ****************** HACKS TO THE REST OF EMACS ******************* ;;;;; 130;;;;; ****************** HACKS TO THE REST OF EMACS ******************* ;;;;;
131 131
132;; The basic strategy is to use last-command, a variable built in to Emacs. 132;; The basic strategy is to use last-command, a variable built in to Emacs.
@@ -262,7 +262,7 @@ can be modified by the global variable `repeat-on-final-keystroke'."
262 (setq repeat-last-self-insert 262 (setq repeat-last-self-insert
263 (buffer-substring (car range) 263 (buffer-substring (car range)
264 (cdr range))) 264 (cdr range)))
265 (error (error "%s %s %s" ;Danger, Will Robinson! 265 (error (error "%s %s %s" ;Danger, Will Robinson!
266 "repeat can't intuit what you" 266 "repeat can't intuit what you"
267 "inserted before auto-fill" 267 "inserted before auto-fill"
268 "clobbered it, sorry"))))))) 268 "clobbered it, sorry")))))))