Mercurial > hg > xemacs-beta
diff lisp/specifier.el @ 263:727739f917cb r20-5b30
Import from CVS: tag r20-5b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:24:41 +0200 |
parents | 78478c60bfcd |
children | 57709be46d1b |
line wrap: on
line diff
--- a/lisp/specifier.el Mon Aug 13 10:23:52 2007 +0200 +++ b/lisp/specifier.el Mon Aug 13 10:24:41 2007 +0200 @@ -421,4 +421,12 @@ (define-specifier-tag 'mswindows (lambda (dev) (eq (device-type dev) 'mswindows)))) +;; Add special tag for use by initialization code. Code that +;; sets up default specs should use this tag. Code that needs to +;; override default specs (e.g. the X resource initialization +;; code) can safely clear specs with this tag without worrying +;; about clobbering user settings. + +(define-specifier-tag 'default) + ;;; specifier.el ends here