1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

Typo (no clue what happened).

This commit is contained in:
Stefan Monnier 2003-05-30 15:35:54 +00:00
parent 5121ef4cd5
commit 552754fed2

View File

@ -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)))