*** w3-display.el.orig Thu Apr 8 07:22:11 1999 --- w3-display.el Sat Jul 10 21:09:19 1999 *************** *** 2313,2321 **** (w3-handle-content node) ) (table ! (w3-display-table node) ! (setq w3-last-fill-pos (point)) ! (w3-handle-empty-tag) ) (isindex (let ((prompt (or (w3-get-attribute 'prompt) --- 2313,2325 ---- (w3-handle-content node) ) (table ! (if (and (boundp 'w3-detabulate) w3-detabulate) ! (progn ! (setq node (w3-detabulate node)) ! (w3-handle-content node)) ! (progn ! (w3-display-table node) ! (w3-handle-empty-tag))) ) (isindex (let ((prompt (or (w3-get-attribute 'prompt)