From 552754fed24840b9033c8a01002b2399037f4659 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 30 May 2003 15:35:54 +0000 Subject: [PATCH] Typo (no clue what happened). --- lisp/emacs-lisp/edebug.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index e67ca1eb81e..8fd8bf95ea9 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))) -- 2.39.5