comparison lisp/emacs-lisp/bytecomp.el @ 83250:89ac10c67e45

Merged from miles@gnu.org--gnu-2005 (patch 12-13, 79-90) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-79 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-80 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-81 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-82 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-83 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-84 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-85 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-86 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-87 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-88 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-89 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-90 Update from CVS: man/calc.texi: Add macro for LaTeX for info output. * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-12 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-13 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-290
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 10 Feb 2005 20:43:55 +0000
parents 4ee39d9428b0 aac0a33f5772
children 48ba3f89c89f
comparison
equal deleted inserted replaced
83249:267c2ab562ab 83250:89ac10c67e45
1763 (byte-compile-tag-number 0) 1763 (byte-compile-tag-number 0)
1764 (byte-compile-depth 0) 1764 (byte-compile-depth 0)
1765 (byte-compile-maxdepth 0) 1765 (byte-compile-maxdepth 0)
1766 (byte-compile-output nil) 1766 (byte-compile-output nil)
1767 ;; This allows us to get the positions of symbols read; it's 1767 ;; This allows us to get the positions of symbols read; it's
1768 ;; new in Emacs 21.4. 1768 ;; new in Emacs 22.1.
1769 (read-with-symbol-positions inbuffer) 1769 (read-with-symbol-positions inbuffer)
1770 (read-symbol-positions-list nil) 1770 (read-symbol-positions-list nil)
1771 ;; #### This is bound in b-c-close-variables. 1771 ;; #### This is bound in b-c-close-variables.
1772 ;; (byte-compile-warnings (if (eq byte-compile-warnings t) 1772 ;; (byte-compile-warnings (if (eq byte-compile-warnings t)
1773 ;; byte-compile-warning-types 1773 ;; byte-compile-warning-types