summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2003-05-30 15:35:54 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2003-05-30 15:35:54 +0000
commit552754fed24840b9033c8a01002b2399037f4659 (patch)
treee906ae21df1c0d4dcad34cad77d7d41add6f018c /lisp/emacs-lisp
parent5121ef4cd521ff6eb487e8f10c80c428863588ed (diff)
downloademacs-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.el2
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)))