diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/edebug.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |