diff lisp/ediff-util.el @ 13216:b9dc8cc658d5

Moved defsubsts up.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Sat, 14 Oct 1995 03:14:11 +0000
parents b0cb28b64a3c
children 41b7a38d7d8c
line wrap: on
line diff
--- a/lisp/ediff-util.el	Sat Oct 14 03:12:53 1995 +0000
+++ b/lisp/ediff-util.el	Sat Oct 14 03:14:11 1995 +0000
@@ -61,14 +61,6 @@
   (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)