diff lisp/w3/docomp.el @ 134:34a5b81f86ba r20-2b1

Import from CVS: tag r20-2b1
author cvs
date Mon, 13 Aug 2007 09:30:11 +0200
parents cca96a509cfe
children b980b6286996
line wrap: on
line diff
--- a/lisp/w3/docomp.el	Mon Aug 13 09:29:37 2007 +0200
+++ b/lisp/w3/docomp.el	Mon Aug 13 09:30:11 2007 +0200
@@ -62,8 +62,6 @@
 ;; Emacs 19 byte compiler complains about too much stuff by default.
 ;; Turn off most of the warnings here.
 (setq byte-compile-warnings '(free-vars)
-      byte-compile-dynamic t
-      byte-compile-dynamic-docstrings t
       byte-optimize t
       )