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:
parent
a5c41f64a1
commit
3a8e52afc1
2 changed files with 6 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue