/[emacs]/emacs/lisp/repeat.el
ViewVC logotype

Diff of /emacs/lisp/repeat.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by gerd, Fri Jul 13 12:49:58 2001 UTC revision 1.12.8.1 by miles, Fri Apr 4 06:20:10 2003 UTC
# Line 126  only occurs if the final character by wh Line 126  only occurs if the final character by wh
126  member of that sequence.  If this variable is nil, no re-execution occurs."  member of that sequence.  If this variable is nil, no re-execution occurs."
127    :group 'convenience    :group 'convenience
128    :type 'boolean)    :type 'boolean)
129      
130  ;;;;; ****************** HACKS TO THE REST OF EMACS ******************* ;;;;;  ;;;;; ****************** HACKS TO THE REST OF EMACS ******************* ;;;;;
131    
132  ;; The basic strategy is to use last-command, a variable built in to Emacs.  ;; The basic strategy is to use last-command, a variable built in to Emacs.
# Line 262  can be modified by the global variable ` Line 262  can be modified by the global variable `
262                           (setq repeat-last-self-insert                           (setq repeat-last-self-insert
263                                 (buffer-substring (car range)                                 (buffer-substring (car range)
264                                                   (cdr range)))                                                   (cdr range)))
265                         (error (error "%s %s %s" ;Danger, Will Robinson!                         (error (error "%s %s %s" ;Danger, Will Robinson!
266                                       "repeat can't intuit what you"                                       "repeat can't intuit what you"
267                                       "inserted before auto-fill"                                       "inserted before auto-fill"
268                                       "clobbered it, sorry")))))))                                       "clobbered it, sorry")))))))

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.12.8.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26