diff lisp/bytecomp/bytecomp.el @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 0293115a14e9
line wrap: on
line diff
--- a/lisp/bytecomp/bytecomp.el	Mon Aug 13 08:45:53 2007 +0200
+++ b/lisp/bytecomp/bytecomp.el	Mon Aug 13 08:46:35 2007 +0200
@@ -291,6 +291,7 @@
   "This is completely ignored.  It is only around for backwards
 compatibility.")
 
+
 ;; FSF enables byte-compile-dynamic-docstrings but not byte-compile-dynamic
 ;; by default.  This would be a reasonable conservative approach except
 ;; for the fact that if you enable either of these, you get incompatible
@@ -342,7 +343,7 @@
 
 (defvar byte-compile-warnings t
   "*List of warnings that the compiler should issue (t for the default set).
-Elements of the list may be be:
+Elements of the list may be:
 
   free-vars	references to variables not in the current lexical scope.
   unused-vars	references to non-global variables bound but not referenced.
@@ -1703,6 +1704,7 @@
       )))
 
 
+
 (defun byte-compile-output-file-form (form)
   ;; writes the given form to the output buffer, being careful of docstrings
   ;; in defun, defmacro, defvar, defconst and autoload because make-docfile is