summaryrefslogtreecommitdiff
path: root/lisp/ediff-util.el
diff options
context:
space:
mode:
authorJohn Paul Wallington <jpw@pobox.com>2002-08-05 22:37:25 +0000
committerJohn Paul Wallington <jpw@pobox.com>2002-08-05 22:37:25 +0000
commit3a8e52afc17c0b8765d9e390e0c749b5cf502a9e (patch)
tree864e810f6a8158637842df8aff4ac5fde5367082 /lisp/ediff-util.el
parenta5c41f64a15a2c4f029f157f7dac6b2a87e27fbc (diff)
downloademacs-3a8e52afc17c0b8765d9e390e0c749b5cf502a9e.tar.gz
(ediff-copy-list): Use `defalias' instead of
`fset' and `symbol-function'.
Diffstat (limited to 'lisp/ediff-util.el')
-rw-r--r--lisp/ediff-util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-util.el b/lisp/ediff-util.el
index 95074d6ce47..1e0bcb8cbb3 100644
--- a/lisp/ediff-util.el
+++ b/lisp/ediff-util.el
@@ -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))