diff lisp/x-faces.el @ 4194:4f2243a0dc04

[xemacs-hg @ 2007-09-30 11:59:34 by aidan] Provide x-resource, msprinter as specifier tags on all builds.
author aidan
date Sun, 30 Sep 2007 11:59:36 +0000
parents cef5f57bb9e2
children de99c4dbad18
line wrap: on
line diff
--- a/lisp/x-faces.el	Sun Sep 30 11:38:00 2007 +0000
+++ b/lisp/x-faces.el	Sun Sep 30 11:59:36 2007 +0000
@@ -654,7 +654,11 @@
 ;;; result in a crash.
 
 ;; When we initialise a face from an X resource, note that we did so. 
-(define-specifier-tag 'x-resource)
+;;
+;; Now in specifier.el so run-time checks for it on non-X builds don't
+;; error.
+
+; (define-specifier-tag 'x-resource)
 
 (defun x-init-face-from-resources (face &optional locale set-anyway)