aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2003-02-04 16:52:15 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2003-02-04 16:52:15 +0000
commitcaa40de9cf4110c4425146fc060369cf9fd02721 (patch)
tree87c7da06a499d6a0de9a03482485a7c81664a503
parent643350924b1b01d002c9d7dd4d93721c5c91fd05 (diff)
Version 4.5 (beta?) sent by CW, as a package distrib.
-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+"))