1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(ediff-copy-list): Use `defalias' instead of

`fset' and `symbol-function'.
This commit is contained in:
John Paul Wallington 2002-08-05 22:37:25 +00:00
parent a5c41f64a1
commit 3a8e52afc1
2 changed files with 6 additions and 1 deletions

View file

@ -4259,7 +4259,7 @@ Mail anyway? (y or n) ")
(cdr result)))
(if (fboundp 'copy-sequence)
(fset 'ediff-copy-list (symbol-function 'copy-sequence))
(defalias 'ediff-copy-list 'copy-sequence)
(defun ediff-copy-list (list)
(if (consp list)
;;;(let ((res nil))