aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--x-symbol/lisp/x-symbol-xmacs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/x-symbol/lisp/x-symbol-xmacs.el b/x-symbol/lisp/x-symbol-xmacs.el
index a87e2d2f..8e62d4b5 100644
--- a/x-symbol/lisp/x-symbol-xmacs.el
+++ b/x-symbol/lisp/x-symbol-xmacs.el
@@ -35,7 +35,7 @@
;; the following line can be included AFTER (require 'x-symbol-{mule/nomule}) has been deleted from x-symbol-hooks
;;(eval-when-compile (require 'x-symbol)) ; x-symbol also requires this file
-(cond ((not (and (fboundp 'emacs-version>=) (emacs-version>= 20 3)))
+(cond ((not (and (fboundp 'emacs-version>=) (emacs-version>= 20 4)))
;; Yes, it probably works with XEmacs-20.2, too, but I do not want to
;; care about its bug in `string-match':
(error "Package X-Symbol requires XEmacs-21.1.9+"))