/[emacs]/emacs/lisp/emacs-lisp/edebug.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/edebug.el

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

revision 3.61 by monnier, Fri May 30 15:34:02 2003 UTC revision 3.62 by monnier, Fri May 30 15:35:54 2003 UTC
# Line 960  It should never be negative.  This contr Line 960  It should never be negative.  This contr
960    (setcdr cursor offsets)    (setcdr cursor offsets)
961    cursor)    cursor)
962    
963  '(defun edebug-copy-cursor (cursor)  (defun edebug-copy-cursor (cursor)
964    ;; Copy the cursor using the same object and offsets.    ;; Copy the cursor using the same object and offsets.
965    (cons (car cursor) (cdr cursor)))    (cons (car cursor) (cdr cursor)))
966    

Legend:
Removed from v.3.61  
changed lines
  Added in v.3.62

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