# HG changeset patch # User Gerd Moellmann # Date 973786076 0 # Node ID af3d766a1234e6c472a59a5a52224aa071b07570 # Parent 07dd05556e822ff7e1c796d1b334d15a2fbb92aa (byte-compile-current-file): Don't bind it, so that a boundp test can be used to determine if we're currently byte-compiling. diff -r 07dd05556e82 -r af3d766a1234 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Thu Nov 09 15:42:35 2000 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Thu Nov 09 16:07:56 2000 +0000 @@ -10,7 +10,7 @@ ;;; This version incorporates changes up to version 2.10 of the ;;; Zawinski-Furuseth compiler. -(defconst byte-compile-version "$Revision: 2.78 $") +(defconst byte-compile-version "$Revision: 2.79.1.1 $") ;; This file is part of GNU Emacs. @@ -792,9 +792,11 @@ ;;; byte compiler messages (defvar byte-compile-current-form nil) -(defvar byte-compile-current-file nil) (defvar byte-compile-dest-file nil) +;; Don't actually bind this. +(defvar byte-compile-current-file) + (defmacro byte-compile-log (format-string &rest args) (list 'and 'byte-optimize