/[emacs]/emacs/lisp/emulation/cua-base.el
ViewVC logotype

Diff of /emacs/lisp/emulation/cua-base.el

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

revision 1.22 by kfstorm, Mon Mar 24 11:01:17 2003 UTC revision 1.23 by kfstorm, Mon Mar 31 21:48:39 2003 UTC
# Line 878  global mark ring if last mark was set in Line 878  global mark ring if last mark was set in
878  With argument, jump to mark, and pop a new position for mark off  With argument, jump to mark, and pop a new position for mark off
879  the local mark ring \(this does not affect the global mark ring\).  the local mark ring \(this does not affect the global mark ring\).
880  Use \\[pop-global-mark] to jump to a mark off the global mark ring  Use \\[pop-global-mark] to jump to a mark off the global mark ring
881  \(see `pop-global-mark'\).  Repeating the command without the prefix  \(see `pop-global-mark'\).
882  jumps to the next position off the local \(or global\) mark ring.  
883    Repeating the command without the prefix jumps to the next position
884    off the local \(or global\) mark ring.
885    
886  With a double \\[universal-argument] prefix argument, unconditionally set mark."  With a double \\[universal-argument] prefix argument, unconditionally set mark."
887    (interactive "P")    (interactive "P")
# Line 889  With a double \\[universal-argument] pre Line 891  With a double \\[universal-argument] pre
891     ((eq last-command 'pop-to-mark-command)     ((eq last-command 'pop-to-mark-command)
892      (setq this-command 'pop-to-mark-command)      (setq this-command 'pop-to-mark-command)
893      (pop-to-mark-command))      (pop-to-mark-command))
894     ((and pop-global-mark-quick-repeat     ((and (eq last-command 'pop-global-mark) (not arg))
          (eq last-command 'pop-global-mark) (not arg))  
895      (setq this-command 'pop-global-mark)      (setq this-command 'pop-global-mark)
896      (pop-global-mark))      (pop-global-mark))
897     (arg     (arg

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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