Mercurial > hg > xemacs-beta
diff lisp/custom/cus-face.el @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 25f70ba0133c |
children | 6b37e6ddd302 |
line wrap: on
line diff
--- a/lisp/custom/cus-face.el Mon Aug 13 09:38:27 2007 +0200 +++ b/lisp/custom/cus-face.el Mon Aug 13 09:39:39 2007 +0200 @@ -4,7 +4,7 @@ ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: help, faces -;; Version: 1.98 +;; Version: 1.9907 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ ;;; Commentary: @@ -499,8 +499,9 @@ ((eq req 'background) (memq background options)) (t - (error "Unknown req `%S' with options `%S'" - req options))))) + (message (format "\ +Warning: Unknown req `%S' with options `%S'" req options)) + nil)))) match))) (defun custom-relevant-frames ()