emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/edebug.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/edebug.el
Date: Fri, 30 May 2003 11:35:54 -0400

Index: emacs/lisp/emacs-lisp/edebug.el
diff -c emacs/lisp/emacs-lisp/edebug.el:3.61 
emacs/lisp/emacs-lisp/edebug.el:3.62
*** emacs/lisp/emacs-lisp/edebug.el:3.61        Fri May 30 11:34:02 2003
--- emacs/lisp/emacs-lisp/edebug.el     Fri May 30 11:35:54 2003
***************
*** 960,966 ****
    (setcdr cursor offsets)
    cursor)
  
! '(defun edebug-copy-cursor (cursor)
    ;; Copy the cursor using the same object and offsets.
    (cons (car cursor) (cdr cursor)))
  
--- 960,966 ----
    (setcdr cursor offsets)
    cursor)
  
! (defun edebug-copy-cursor (cursor)
    ;; Copy the cursor using the same object and offsets.
    (cons (car cursor) (cdr cursor)))
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]