diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-05-30 15:35:54 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-05-30 15:35:54 +0000 |
commit | 552754fed24840b9033c8a01002b2399037f4659 (patch) | |
tree | e906ae21df1c0d4dcad34cad77d7d41add6f018c /lisp/emacs-lisp | |
parent | 5121ef4cd521ff6eb487e8f10c80c428863588ed (diff) | |
download | emacs-552754fed24840b9033c8a01002b2399037f4659.tar.gz emacs-552754fed24840b9033c8a01002b2399037f4659.tar.bz2 emacs-552754fed24840b9033c8a01002b2399037f4659.zip |
Typo (no clue what happened).
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))) |