aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2003-05-30 15:35:54 +0000
committerStefan Monnier2003-05-30 15:35:54 +0000
commit552754fed24840b9033c8a01002b2399037f4659 (patch)
treee906ae21df1c0d4dcad34cad77d7d41add6f018c
parent5121ef4cd521ff6eb487e8f10c80c428863588ed (diff)
downloademacs-552754fed24840b9033c8a01002b2399037f4659.tar.gz
emacs-552754fed24840b9033c8a01002b2399037f4659.zip
Typo (no clue what happened).
-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.")
960 (setcdr cursor offsets) 960 (setcdr cursor offsets)
961 cursor) 961 cursor)
962 962
963'(defun edebug-copy-cursor (cursor) 963(defun edebug-copy-cursor (cursor)
964 ;; Copy the cursor using the same object and offsets. 964 ;; Copy the cursor using the same object and offsets.
965 (cons (car cursor) (cdr cursor))) 965 (cons (car cursor) (cdr cursor)))
966 966