emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el
Date: Fri, 04 Apr 2003 01:21:57 -0500

Index: emacs/lisp/emacs-lisp/bytecomp.el
diff -c emacs/lisp/emacs-lisp/bytecomp.el:2.121 
emacs/lisp/emacs-lisp/bytecomp.el:2.122
*** emacs/lisp/emacs-lisp/bytecomp.el:2.121     Sat Jan 25 14:44:24 2003
--- emacs/lisp/emacs-lisp/bytecomp.el   Mon Feb 17 02:54:27 2003
***************
*** 10,16 ****
  
  ;;; This version incorporates changes up to version 2.10 of the
  ;;; Zawinski-Furuseth compiler.
! (defconst byte-compile-version "$Revision: 2.121 $")
  
  ;; This file is part of GNU Emacs.
  
--- 10,16 ----
  
  ;;; This version incorporates changes up to version 2.10 of the
  ;;; Zawinski-Furuseth compiler.
! (defconst byte-compile-version "$Revision: 2.122 $")
  
  ;; This file is part of GNU Emacs.
  
***************
*** 91,107 ****
  ;;                            finding unused functions, as well as simple
  ;;                            performance metering.
  ;; byte-compile-warnings      List of warnings to issue, or t.  May contain
! ;;                            'free-vars (references to variables not in the
! ;;                                        current lexical scope)
! ;;                            'unresolved (calls to unknown functions)
! ;;                            'callargs  (lambda calls with args that don't
! ;;                                        match the lambda's definition)
! ;;                            'redefine  (function cell redefined from
! ;;                                        a macro to a lambda or vice versa,
! ;;                                        or redefined to take other args)
! ;;                            'obsolete  (obsolete variables and functions)
! ;;                            'noruntime (calls to functions only defined
! ;;                                        within `eval-when-compile')
  ;; byte-compile-compatibility Whether the compiler should
  ;;                            generate .elc files which can be loaded into
  ;;                            generic emacs 18.
--- 91,107 ----
  ;;                            finding unused functions, as well as simple
  ;;                            performance metering.
  ;; byte-compile-warnings      List of warnings to issue, or t.  May contain
! ;;                            `free-vars' (references to variables not in the
! ;;                                         current lexical scope)
! ;;                            `unresolved' (calls to unknown functions)
! ;;                            `callargs'  (lambda calls with args that don't
! ;;                                         match the lambda's definition)
! ;;                            `redefine'  (function cell redefined from
! ;;                                         a macro to a lambda or vice versa,
! ;;                                         or redefined to take other args)
! ;;                            `obsolete'  (obsolete variables and functions)
! ;;                            `noruntime' (calls to functions only defined
! ;;                                         within `eval-when-compile')
  ;; byte-compile-compatibility Whether the compiler should
  ;;                            generate .elc files which can be loaded into
  ;;                            generic emacs 18.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]