aboutsummaryrefslogtreecommitdiffhomepage
path: root/x-symbol
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-08 19:04:31 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-08 19:04:31 +0000
commit803c10d642c5e49bca657da93230926cd19ad718 (patch)
tree2a7385ae101135809c0d55916b30cda8b2f092dd /x-symbol
parent811fbd0d86ec8295fde114e06c05e08075ebb891 (diff)
Anticipate future versions have same API, not just 21.5.b28
Diffstat (limited to 'x-symbol')
-rw-r--r--x-symbol/lisp/x-symbol-mule.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/x-symbol/lisp/x-symbol-mule.el b/x-symbol/lisp/x-symbol-mule.el
index 115005a1..6ab5ca36 100644
--- a/x-symbol/lisp/x-symbol-mule.el
+++ b/x-symbol/lisp/x-symbol-mule.el
@@ -154,8 +154,8 @@ found. Return nil, if no default font for that registry could be found."
(or (car-safe left)
(car-safe right))))
(if (and
- (eq emacs-major-version 21)
- (eq emacs-minor-version 5))
+ (>= 21 emacs-major-version)
+ (>= emacs-minor-version 5))
;; da: rough patch here for
;; brokage in 21.5 (beta28)
;; (including distributed version)