summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* (byte-compile-file-form-autoload): Use theStefan Monnier2001-05-271-6/+6
* (byte-compile-log-1): In non-batch case, don't mention the file nameRichard M. Stallman2001-01-081-9/+15
* (byte-compiling-files-p): New function.Gerd Moellmann2000-11-091-4/+2
* (byte-compile-current-file): Don't bindGerd Moellmann2000-11-091-2/+4
* (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.Miles Bader2000-10-231-1/+2
* [the following changes fix a bug where `define-minor-mode' didn'tMiles Bader2000-10-231-6/+13
* (byte-compile-defvar-or-defconst): Only cons ontoGerd Moellmann2000-09-251-18/+27
* Undo last changeGerd Moellmann2000-09-121-10/+13
* (byte-compile-defvar): Only cons ontoGerd Moellmann2000-09-111-14/+11
* (mapc): Use byte-compile-funarg.Dave Love2000-08-271-1/+2
* (byte-compile-beginning-of-line):Miles Bader2000-08-191-15/+1
* (byte-compile-fix-header): Fix the way of checking the existence ofKenichi Handa2000-08-071-3/+1
* * byte-run.el (make-obsolete, make-obsolete-variable):Stefan Monnier2000-06-011-35/+45
* (byte-compile-callargs-warn): Use subr-arity to check primitives.Dave Love2000-05-261-16/+24
* (byte-compile-file-form-autoload): Re-enable new code.Gerd Moellmann2000-03-311-2/+2
* (byte-compile-file-form-autoload): Disable new code.Gerd Moellmann2000-03-301-2/+2
* Doc fixes.Dave Love2000-03-291-22/+30
* (byte-compile-eval): Fix and reenable the code.Stefan Monnier2000-03-261-12/+19
* (byte-compile-eval): Disable new code.Gerd Moellmann2000-03-241-2/+2
* (byte-compile-warning-types, byte-compile-warnings): New warning `noruntime'.Stefan Monnier2000-03-241-31/+76
* Change old backquote syntax.Dave Love2000-02-231-20/+24
* Run bytecomp-load-hook.Dave Love2000-02-021-1/+3
* (byte-extrude-byte-code-vectors): Use remprop.Dave Love2000-01-061-3/+3
* (byte-compile-constp): Include keywords.Dave Love1999-12-181-0/+1
* (byte-compile-bound-variables): Doc fix.Dave Love1999-12-161-9/+12
* (byte-compile-output-docform): Bind print-gensym-alist for compatibility,Richard M. Stallman1999-09-111-2/+8
* (byte-compile-output-docform): Bind print-continuous-numbering andRichard M. Stallman1999-09-111-6/+4
* (byte-compile-file): Clear buffer-file-coding-system. If the codingRichard M. Stallman1999-04-061-2/+10
* (byte-compile-warnings): Doc fix.Dave Love1999-01-071-4/+2
* (temp-buffer-show-hook): This is not obsolete.Richard M. Stallman1998-11-181-3/+1
* (byte-recompile-directory):Richard M. Stallman1998-10-171-7/+7
* (byte-compile-dynamic): Doc fix.Richard M. Stallman1998-09-281-2/+3
* (byte-compile-output-as-comment):Kenichi Handa1998-08-281-9/+4
* Whitespace change.Richard M. Stallman1998-08-181-5/+5
* (byte-compile-from-buffer): Make the output buffer multibyte.Richard M. Stallman1998-08-051-1/+2
* (byte-compile-file): Bind set-auto-coding-for-load to t.Richard M. Stallman1998-07-051-1/+2
* (byte-compile-generate-call-tree):Andreas Schwab1998-06-241-2/+2
* (byte-compile-lambda): Fix previous change.Karl Heuer1998-06-041-2/+2
* (byte-compile-insert-header): Do not look for multibyte characters here.Richard M. Stallman1998-05-191-31/+67
* (byte-compile-insert-header): Fix prev chg.Richard M. Stallman1998-05-131-2/+2
* (byte-compile-from-buffer):Richard M. Stallman1998-05-131-37/+63
* (byte-compile-output-docform): Use position-bytes.Richard M. Stallman1998-05-101-1/+3
* (byte-compile-file): Always read the file in multibyte modeRichard M. Stallman1998-04-231-1/+4
* (byte-compile-warn-about-unresolved-functions): Fix whitespace.Karl Heuer1998-04-151-2/+2
* (byte-compile-warnings): Fix customizeAndreas Schwab1998-04-141-4/+6
* (byte-compile-output-as-comment):Richard M. Stallman1998-02-051-3/+9
* (byte-compile-from-buffer): Bind edebug-all-defs and edebug-all-forms to nil.Richard M. Stallman1998-02-021-3/+6
* Customized.Richard M. Stallman1998-01-261-30/+68
* (displaying-byte-compile-warnings): ShowKarl Heuer1997-09-251-2/+3
* (byte-compile-output-file-form): Handle custom-declare-variable.Richard M. Stallman1997-08-311-6/+8