/[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.603 by kai, Mon May 19 15:47:14 2003 UTC revision 1.604 by monnier, Wed May 21 15:29:36 2003 UTC
# Line 1025  A numeric argument serves as a repeat co Line 1025  A numeric argument serves as a repeat co
1025  Contrary to `undo', this will not redo a previous undo."  Contrary to `undo', this will not redo a previous undo."
1026    (interactive "*p")    (interactive "*p")
1027    (let ((undo-no-redo t)) (undo arg)))    (let ((undo-no-redo t)) (undo arg)))
1028  (define-key ctl-x-map "U" 'undo-only)  ;; Richard said that we should not use C-x <uppercase letter> and I have
1029    ;; no idea whereas to bind it.  Any suggestion welcome.  -stef
1030    ;; (define-key ctl-x-map "U" 'undo-only)
1031    
1032  (defvar pending-undo-list nil  (defvar pending-undo-list nil
1033    "Within a run of consecutive undo commands, list remaining to be undone.")    "Within a run of consecutive undo commands, list remaining to be undone.")

Legend:
Removed from v.1.603  
changed lines
  Added in v.1.604

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