summaryrefslogtreecommitdiff
path: root/lisp/ediff-util.el
diff options
context:
space:
mode:
authorMichael Kifer <kifer@cs.stonybrook.edu>1995-10-14 03:14:11 +0000
committerMichael Kifer <kifer@cs.stonybrook.edu>1995-10-14 03:14:11 +0000
commit89aa4b2297fba1c22f1c2d95b3b8715d810ae0a8 (patch)
treeca37643dfb2792fe10cfd27d490a1653fa39a805 /lisp/ediff-util.el
parent722d81cb0e967c5c5c7dd243bdddac1c2d691a96 (diff)
downloademacs-89aa4b2297fba1c22f1c2d95b3b8715d810ae0a8.tar.gz
Moved defsubsts up.
Diffstat (limited to 'lisp/ediff-util.el')
-rw-r--r--lisp/ediff-util.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/ediff-util.el b/lisp/ediff-util.el
index bf15d5d500a..41cdd8ca02a 100644
--- a/lisp/ediff-util.el
+++ b/lisp/ediff-util.el
@@ -61,14 +61,6 @@ Commands:
(setq mode-name "Ediff")
(run-hooks 'ediff-mode-hook))
-(defun ediff-version ()
- "Return string describing the version of Ediff.
-When called interactively, displays the version."
- (interactive)
- (if (interactive-p)
- (message (ediff-version))
- (format "Ediff %s of %s" ediff-version ediff-date)))
-
(require 'ediff-diff)
(require 'ediff-merg)