--- w3-4.0pre.46/lisp/docomp.el~ Sun Nov 14 22:00:12 1999 +++ w3-4.0pre.46/lisp/docomp.el Thu Jan 18 11:12:04 2001 @@ -70,7 +70,7 @@ 'w3-image-widgets-waiting 'w3-form-info 'w3-last-parse-tree 'command-line-args-left 'standard-display-table 'w3-html-bookmarks - 'browse-url-browser-function 'widget-keymap) + 'browse-url-browser-function) ;; GNUS (w3-declare-variables 'gnus-group-buffer 'gnus-version) --- w3-4.0pre.46/lisp/w3-display.el~ Sun Nov 14 22:00:12 1999 +++ w3-4.0pre.46/lisp/w3-display.el Thu Dec 14 14:59:15 2000 @@ -181,7 +181,8 @@ (dispatch-event (next-command-event))) (error nil)))) (t - (if (and (not (sit-for 0)) (input-pending-p)) + ;; modified for GNU Emacs 21 by bob@rattlesnake.com on 2000 Dec 14 + (if (and (not (sit-for 0)) nil) (condition-case () (progn (setq w3-pause-keystroke --- /dev/null Thu Jan 1 00:00:00 1970 +++ w3-4.0pre.46/lisp/w3-e21.el Thu Dec 14 14:54:58 2000 @@ -0,0 +1,5 @@ +;;; w3-e21.el --- ** required for GNU Emacs 21 ** +;; Added by bob@rattlesnake.com on 2000 Dec 14 + +(require 'w3-e19) +(provide 'w3-e21)