[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ediff-util.el
From: |
John Paul Wallington |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ediff-util.el |
Date: |
Mon, 05 Aug 2002 18:37:25 -0400 |
Index: emacs/lisp/ediff-util.el
diff -c emacs/lisp/ediff-util.el:1.44 emacs/lisp/ediff-util.el:1.45
*** emacs/lisp/ediff-util.el:1.44 Tue Apr 16 01:49:11 2002
--- emacs/lisp/ediff-util.el Mon Aug 5 18:37:25 2002
***************
*** 4259,4265 ****
(cdr result)))
(if (fboundp 'copy-sequence)
! (fset 'ediff-copy-list (symbol-function 'copy-sequence))
(defun ediff-copy-list (list)
(if (consp list)
;;;(let ((res nil))
--- 4259,4265 ----
(cdr result)))
(if (fboundp 'copy-sequence)
! (defalias 'ediff-copy-list 'copy-sequence)
(defun ediff-copy-list (list)
(if (consp list)
;;;(let ((res nil))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/ediff-util.el,
John Paul Wallington <=