summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* bytecomp trivia.Glenn Morris2010-11-111-9/+13
* (byte-recompile-file): If bytecomp-arg is nil, do not ask to recompile files ...Noah Friedman2010-11-021-3/+4
* * lisp/emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.Glenn Morris2010-10-311-2/+1
* * lisp/emacs-lisp/bytecomp.el (byte-recompile-file): New fun.Julien Danjou2010-10-311-17/+58
* Remove obsolete use of binary-overwrite-mode in bytecomp (Bug#7001).Chong Yidong2010-10-031-9/+1
* Add minor comment (Bug#7001).Chong Yidong2010-10-021-3/+4
* Run kill-emacs-hook in batch mode, and on SIGINT in batch mode.Glenn Morris2010-10-011-6/+9
* Trivial bytecomp.el change.Glenn Morris2010-09-231-3/+3
* * lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)Stefan Monnier2010-09-171-2/+2
* * lisp/emacs-lisp/bytecomp.el (byte-compile-warning-types): New typeStefan Monnier2010-09-151-1/+11
* * lisp/emacs-lisp/bytecomp.el (byte-compile-file): Tweak previous change.Glenn Morris2010-09-111-2/+3
* Close bug#4196.Glenn Morris2010-09-111-9/+16
* Very minor bytecomp fix.Glenn Morris2010-09-081-0/+2
* * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore dir-locals-file.Glenn Morris2010-09-081-1/+5
* Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* Merge from emacs-23Stefan Monnier2010-05-241-1/+1
|\
| * * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):Stefan Monnier2010-05-241-1/+1
* | Provide byte-compiler warnings when set-default a read-only var.Stefan Monnier2010-04-231-15/+25
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Ulrich Mueller <ulm at gentoo.org>Glenn Morris2009-12-071-1/+2
* (byte-compile-save-excursion): Make message consistent with others (noGlenn Morris2009-12-011-1/+1
* (byte-compile-warning-types): New type `suspicious'.Stefan Monnier2009-11-271-6/+7
* (byte-compile-output-file-form):YAMAMOTO Mitsuharu2009-11-161-3/+4
* (byte-compile-single-version): Remove, unused.Glenn Morris2009-11-141-129/+2
* (byte-compile-insert-header): Drop test for Emacs 19. (Bug#1531)Glenn Morris2009-11-051-98/+78
* * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.Dan Nicolaescu2009-11-041-1/+1
* (byte-defop-compiler19): Remove.Glenn Morris2009-11-041-53/+40
* (byte-compile-version-cond): Remove macro.Glenn Morris2009-11-041-123/+63
* (byte-compile-file-form-defvar)Glenn Morris2009-11-031-29/+25
* (byte-compile-warning-types, byte-compile-warnings): Add `constants'Glenn Morris2009-10-311-85/+64
* * eval.c (Fcalled_interactively_p): Add `kind' argument.Stefan Monnier2009-10-011-9/+13
* * emacs-lisp/byte-run.el (advertised-signature-table): New var.Stefan Monnier2009-10-011-14/+16
* (byte-compile-defmacro-declaration): New fun.Stefan Monnier2009-10-011-18/+29
* (byte-compile-form): Always check the function arguments, whether orGlenn Morris2009-09-171-6/+6
* (byte-compile-not-obsolete-vars): Rename from byte-compile-not-obsolete-var.Glenn Morris2009-09-161-15/+28
* * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.Stefan Monnier2009-09-151-1/+0
* (byte-compile-refresh-preloaded): New function.Stefan Monnier2009-09-151-1/+22
* (byte-compile-keep-pending, byte-compile-file-form, byte-compile-lambda)Glenn Morris2009-09-151-111/+122
* (byte-compile-function-environment): Doc fix.Glenn Morris2009-09-101-5/+26
* (emacs-lisp-file-regexp): Doc fix.Glenn Morris2009-09-051-31/+70
* (byte-compile-interactive-only-functions): Add comint-run.Stefan Monnier2009-08-301-1/+1
* (byte-compile-const-symbol-p):Stefan Monnier2009-08-291-4/+17
* * gnus/nnheader.el (nnheader-find-file-noselect):Stefan Monnier2009-08-281-6/+7
* (byte-compile-lapcode): Fix up last change.Stefan Monnier2009-08-261-1/+1
* (byte-compile-lapcode): Signal overflow.Stefan Monnier2009-08-261-1/+3
* (byte-compile-file-form-require): Tweak previous change.Glenn Morris2009-08-251-3/+3
* (byte-compile-eval): Fix test for cl in load-history for absolute file-names.Glenn Morris2009-08-251-4/+8
* (byte-compile-interactive-only-functions): Add goto-line.Stefan Monnier2009-08-101-1/+2
* fix message: new multibyte format requires 23Seiji Zenitani2009-08-061-2/+2
* (byte-compile-from-buffer, byte-compile-output-file-form)Glenn Morris2009-07-231-50/+63