User: scop
Date: 06/03/14 07:58:54
Modified: packages/xemacs-packages/jde/lisp ChangeLog jde-xemacs.el
Log:
Fix XEmacs version check <microsoft-free.87y7zdj3n2.fsf(a)youngs.au.com>.
Revision Changes Path
1.15 +5 -0 XEmacs/packages/xemacs-packages/jde/lisp/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/jde/lisp/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- ChangeLog 2006/03/06 13:28:33 1.14
+++ ChangeLog 2006/03/14 06:58:53 1.15
@@ -1,3 +1,8 @@
+2006-03-14 Ville Skyttä <scop(a)xemacs.org>
+
+ * jde-xemacs.el: Fix XEmacs version check, thanks to Steve
+ Youngs.
+
2006-03-06 Ville Skyttä <scop(a)xemacs.org>
* jde-plugins.el (jde-pi-load-plugins): Exclude "CVS", it
1.2 +2 -3 XEmacs/packages/xemacs-packages/jde/lisp/jde-xemacs.el
Index: jde-xemacs.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/jde/lisp/jde-xemacs.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- jde-xemacs.el 2006/03/03 20:42:41 1.1
+++ jde-xemacs.el 2006/03/14 06:58:53 1.2
@@ -111,10 +111,9 @@ Unless optional argument INPLACE is non-
(require 'jde-compile)
;; Install gui options on XEmacs versions that can understand them
+;; XEmacs change: use `emacs-version>=' for the check
(when (and (featurep 'widget)
- (>= emacs-major-version 21)
- (>= emacs-minor-version 4)
- (>= emacs-patch-level 10))
+ (emacs-version>= 21 4 10))
(require 'efc-xemacs))
;; Redefine toolbar-debug and toolbar-compile so that clicking the