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

Diff of /emacs/lisp/simple.el

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

revision 1.709 by rms, Mon Apr 11 18:09:45 2005 UTC revision 1.710 by rms, Wed Apr 13 17:39:55 2005 UTC
# Line 1341  as an argument limits undo to changes wi Line 1341  as an argument limits undo to changes wi
1341            (message (if undo-in-region            (message (if undo-in-region
1342                         (if equiv "Redo in region!" "Undo in region!")                         (if equiv "Redo in region!" "Undo in region!")
1343                       (if equiv "Redo!" "Undo!"))))                       (if equiv "Redo!" "Undo!"))))
1344        (when (and (listp equiv) undo-no-redo)        (when (and (consp equiv) undo-no-redo)
1345          ;; The equiv entry might point to another redo record if we have done          ;; The equiv entry might point to another redo record if we have done
1346          ;; undo-redo-undo-redo-... so skip to the very last equiv.          ;; undo-redo-undo-redo-... so skip to the very last equiv.
1347          (while (let ((next (gethash equiv undo-equiv-table)))          (while (let ((next (gethash equiv undo-equiv-table)))

Legend:
Removed from v.1.709  
changed lines
  Added in v.1.710

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