From: Stefan Monnier Date: Fri, 30 May 2003 15:35:54 +0000 (+0000) Subject: Typo (no clue what happened). X-Git-Tag: ttn-vms-21-2-B4~9857 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/552754fed24840b9033c8a01002b2399037f4659?ds=sidebyside Typo (no clue what happened). --- diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index e67ca1eb81..8fd8bf95ea 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -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)))