/[emacs]/emacs/lisp/emacs-lisp/bytecomp.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/bytecomp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.121 by rms, Sat Jan 25 19:44:24 2003 UTC revision 2.122 by rms, Mon Feb 17 07:54:27 2003 UTC
# Line 91  Line 91 
91  ;;                              finding unused functions, as well as simple  ;;                              finding unused functions, as well as simple
92  ;;                              performance metering.  ;;                              performance metering.
93  ;; byte-compile-warnings        List of warnings to issue, or t.  May contain  ;; byte-compile-warnings        List of warnings to issue, or t.  May contain
94  ;;                              'free-vars (references to variables not in the  ;;                              `free-vars' (references to variables not in the
95  ;;                                          current lexical scope)  ;;                                           current lexical scope)
96  ;;                              'unresolved (calls to unknown functions)  ;;                              `unresolved' (calls to unknown functions)
97  ;;                              'callargs  (lambda calls with args that don't  ;;                              `callargs'  (lambda calls with args that don't
98  ;;                                          match the lambda's definition)  ;;                                           match the lambda's definition)
99  ;;                              'redefine  (function cell redefined from  ;;                              `redefine'  (function cell redefined from
100  ;;                                          a macro to a lambda or vice versa,  ;;                                           a macro to a lambda or vice versa,
101  ;;                                          or redefined to take other args)  ;;                                           or redefined to take other args)
102  ;;                              'obsolete  (obsolete variables and functions)  ;;                              `obsolete'  (obsolete variables and functions)
103  ;;                              'noruntime (calls to functions only defined  ;;                              `noruntime' (calls to functions only defined
104  ;;                                          within `eval-when-compile')  ;;                                           within `eval-when-compile')
105  ;; byte-compile-compatibility   Whether the compiler should  ;; byte-compile-compatibility   Whether the compiler should
106  ;;                              generate .elc files which can be loaded into  ;;                              generate .elc files which can be loaded into
107  ;;                              generic emacs 18.  ;;                              generic emacs 18.

Legend:
Removed from v.2.121  
changed lines
  Added in v.2.122

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26