Delete the Emacs version error check.
This commit is contained in:
parent
a15a76f766
commit
b35732e1e2
2 changed files with 0 additions and 49 deletions
|
@ -607,31 +607,6 @@ ediff-toggle-hilit. Use `setq-default' to set it.")
|
|||
(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))
|
||||
|
|
|
@ -220,30 +220,6 @@
|
|||
(cond ((memq op '(= > >=)) nil)
|
||||
((memq op '(< <=)) t))))
|
||||
|
||||
;; warn if it is a wrong emacs
|
||||
(if (or (vip-check-version '< 19 29 'emacs)
|
||||
(vip-check-version '< 19 12 'xemacs))
|
||||
(progn
|
||||
(with-output-to-temp-buffer " *vip-info*"
|
||||
(switch-to-buffer " *vip-info*")
|
||||
(insert
|
||||
(format "
|
||||
|
||||
This version of Viper 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)
|
||||
(vip-read-event))
|
||||
(kill-buffer " *vip-info*")))
|
||||
|
||||
|
||||
(defun vip-get-visible-buffer-window (wind)
|
||||
(if vip-xemacs-p
|
||||
|
|
Loading…
Add table
Reference in a new issue