comparison lisp/w3/docomp.el @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents 360340f9fd5f
children 34a5b81f86ba
comparison
equal deleted inserted replaced
119:d101af7320b8 120:cca96a509cfe
59 (w3-declare-variables 'gnus-group-buffer 'gnus-version) 59 (w3-declare-variables 'gnus-group-buffer 'gnus-version)
60 60
61 (load "bytecomp" t t nil) 61 (load "bytecomp" t t nil)
62 ;; Emacs 19 byte compiler complains about too much stuff by default. 62 ;; Emacs 19 byte compiler complains about too much stuff by default.
63 ;; Turn off most of the warnings here. 63 ;; Turn off most of the warnings here.
64 (setq byte-compile-warnings '(free-vars)) 64 (setq byte-compile-warnings '(free-vars)
65 byte-compile-dynamic t
66 byte-compile-dynamic-docstrings t
67 byte-optimize t
68 )
65 69
66 (require 'w3-vars) 70 (require 'w3-vars)
67 (require 'url) 71 (require 'url)
68 (require 'mm) 72 (require 'mm)
69 (and w3-running-FSF19 73 (and w3-running-FSF19