changeset 51332:2607d23dcfe2

Typo (no clue what happened).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 30 May 2003 15:35:54 +0000
parents cf0bc7d12c33
children 4fe102239a74
files lisp/emacs-lisp/edebug.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))