]> code.delx.au - gnu-emacs/commitdiff
Typo (no clue what happened).
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 30 May 2003 15:35:54 +0000 (15:35 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 30 May 2003 15:35:54 +0000 (15:35 +0000)
lisp/emacs-lisp/edebug.el

index e67ca1eb81e7e89589476bc6ef35f4384829781d..8fd8bf95ea9f381b9dda73a13c8ea981e6f7edb8 100644 (file)
@@ -960,7 +960,7 @@ It should never be negative.  This controls how we read comma constructs.")
   (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)))