diff lisp/w3/w3-display.el @ 122:d2f30a177268 r20-1b14

Import from CVS: tag r20-1b14
author cvs
date Mon, 13 Aug 2007 09:26:03 +0200
parents 7d55a9ba150c
children 9b50b4588a93
line wrap: on
line diff
--- a/lisp/w3/w3-display.el	Mon Aug 13 09:25:31 2007 +0200
+++ b/lisp/w3/w3-display.el	Mon Aug 13 09:26:03 2007 +0200
@@ -1,7 +1,7 @@
 ;;; w3-display.el --- display engine v99999
 ;; Author: wmperry
-;; Created: 1997/04/03 16:32:31
-;; Version: 1.171
+;; Created: 1997/04/07 17:01:38
+;; Version: 1.172
 ;; Keywords: faces, help, hypermedia
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -443,6 +443,9 @@
 
 ;; Various macros
 (eval-when-compile
+  (defmacro w3-node-visible-p ()
+    (` (not (eq (car break-style) 'none))))
+
   (defmacro w3-handle-empty-tag ()
     (`
      (progn
@@ -722,9 +725,6 @@
 	    (setq w3-image-widgets-waiting
 		  (cons widget w3-image-widgets-waiting)))))))
 
-(defmacro w3-node-visible-p ()
-  (` (not (eq (car break-style) 'none))))
-
 (defmacro w3-handle-image ()
   (`
    (let* ((height (w3-get-attribute 'height))