Mercurial > hg > xemacs-beta
diff lisp/w3/css.el @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | ec9a17fef872 |
children | c53a95d3c46d |
line wrap: on
line diff
--- a/lisp/w3/css.el Mon Aug 13 09:17:27 2007 +0200 +++ b/lisp/w3/css.el Mon Aug 13 09:18:39 2007 +0200 @@ -1,7 +1,7 @@ ;;; css.el -- Cascading Style Sheet parser ;; Author: wmperry -;; Created: 1997/02/20 00:47:21 -;; Version: 1.28 +;; Created: 1997/03/07 01:12:31 +;; Version: 1.29 ;; Keywords: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -862,10 +862,8 @@ (import (css-handle-import data)) (media (css-handle-media-directive data active-device-types)) (t (message "Unknown directive in stylesheet: @%s" directive))))) - ;; Giving us some output device information + ;; Giving us some output device information, old way ((looking-at "[ \t\r]*:\\([^: \n]+\\):") - (message "You are using the old way of specifying device-dependent stylesheets! Please upgrade!") - (sleep-for 2) (downcase-region (match-beginning 1) (match-end 1)) (setq device-type (intern (buffer-substring (match-beginning 1) (match-end 1))))