(featurep): Barf on XEmacs.
authorKai Grossjohann <kgrossjo@eu.uu.net>
Wed, 24 Apr 2002 14:05:43 +0000 (14:05 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Wed, 24 Apr 2002 14:05:43 +0000 (14:05 +0000)
contrib/ChangeLog
contrib/ucs-tables.el

index 44589ad..f894e17 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * ucs-tables.el (featurep): Barf on XEmacs.
+
 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * ucs-tables.el: Copy from Emacs 21.
index 81f059e..0255053 100644 (file)
@@ -54,6 +54,9 @@
 
 ;;; Code:
 
+(when (featurep 'xemacs)
+  (error "This file cannot be used with XEmacs.  For XEmacs, use latin-unity instead"))
+
 ;;; Define tables, to be populated later.
 
 (defvar ucs-mule-8859-to-ucs-table (make-translation-table)