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