aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--phox/phox-sym-lock.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/phox/phox-sym-lock.el b/phox/phox-sym-lock.el
index b8466ca8..e3ab2db0 100644
--- a/phox/phox-sym-lock.el
+++ b/phox/phox-sym-lock.el
@@ -29,7 +29,8 @@
;; more about symbol font ? check out: xfd -fn '-adobe-symbol-*--12-*'
(require 'font-lock)
-(require 'atomic-extents)
+(if (string-match "XEmacs" emacs-version)
+ (require 'atomic-extents)) ;; not available on GNU Emacs
(defvar phox-sym-lock-sym-count 0
"Counter for internal symbols.")