Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/w3/docomp.el Mon Aug 13 09:24:19 2007 +0200 +++ b/lisp/w3/docomp.el Mon Aug 13 09:25:29 2007 +0200 @@ -61,7 +61,11 @@ (load "bytecomp" t t nil) ;; Emacs 19 byte compiler complains about too much stuff by default. ;; Turn off most of the warnings here. -(setq byte-compile-warnings '(free-vars)) +(setq byte-compile-warnings '(free-vars) + byte-compile-dynamic t + byte-compile-dynamic-docstrings t + byte-optimize t + ) (require 'w3-vars) (require 'url)