diff lisp/ediff-init.el @ 12212:5ab666b86a02

Delete the Emacs version error check.
author Richard M. Stallman <rms@gnu.org>
date Wed, 14 Jun 1995 12:05:23 +0000
parents 589a32fa67a9
children b0ec8d932b35
line wrap: on
line diff
--- a/lisp/ediff-init.el	Wed Jun 14 11:46:56 1995 +0000
+++ b/lisp/ediff-init.el	Wed Jun 14 12:05:23 1995 +0000
@@ -607,31 +607,6 @@
     (cond ((memq op '(= > >=)) nil)
 	  ((memq op '(< <=)) t))))
   
-  
-;; warn if it is a wrong emacs
-(if (or (ediff-check-version '< 19 29 'emacs)
-	(ediff-check-version '< 19 12 'xemacs))
-    (progn
-      (with-output-to-temp-buffer ediff-msg-buffer
-	(switch-to-buffer ediff-msg-buffer)
-	(insert
-	 (format "
-
-This version of Ediff requires 
-
-\t Emacs 19.29 and higher
-\t OR
-\t XEmacs 19.12 and higher
-
-It is unlikely to work under Emacs version %s
-that you are using...
-
-Type any key to continue..." emacs-version))
-	(beep 1)
-	(beep 1)
-	(ediff-read-event))
-      (kill-buffer ediff-msg-buffer)))
-
 ;; A fix for NeXT Step
 ;; Should probably be eliminated in later versions.
 (if (and (ediff-window-display-p) (eq (ediff-device-type) 'ns))