# HG changeset patch # User Stefan Monnier # Date 1054308954 0 # Node ID 2607d23dcfe2bf251397fa998877975a60beb423 # Parent cf0bc7d12c3327d4797286503d83b4cb1d11639f Typo (no clue what happened). diff -r cf0bc7d12c33 -r 2607d23dcfe2 lisp/emacs-lisp/edebug.el --- a/lisp/emacs-lisp/edebug.el Fri May 30 15:34:02 2003 +0000 +++ b/lisp/emacs-lisp/edebug.el Fri May 30 15:35:54 2003 +0000 @@ -960,7 +960,7 @@ (setcdr cursor offsets) cursor) -'(defun edebug-copy-cursor (cursor) +(defun edebug-copy-cursor (cursor) ;; Copy the cursor using the same object and offsets. (cons (car cursor) (cdr cursor)))