Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
133:b27e67717092 | 134:34a5b81f86ba |
---|---|
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 | 65 byte-optimize t |
68 ) | 66 ) |
69 | 67 |
70 (require 'w3-vars) | 68 (require 'w3-vars) |
71 (require 'url) | 69 (require 'url) |