summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (emacs-lisp-file-regexp): Fix up EOB.Stefan Monnier2009-02-021-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)Juanma Barranquero2008-11-201-21/+21
* (byte-compile-associative)Chong Yidong2008-11-141-20/+33
* * bitmaps/README:Dan Nicolaescu2008-07-311-8/+3
* (byte-compile-maybe-guarded): Doc fix.Glenn Morris2008-06-131-2/+2
* (byte-compile-current-group): New var.Stefan Monnier2008-06-081-7/+18
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (byte-compile-file): Doc fix.Glenn Morris2008-04-271-1/+1
* Johan Bockg� <bojohan at gnu.org>Glenn Morris2008-04-271-9/+3
* (byte-compile-warn-obsolete): New function.Glenn Morris2008-04-261-23/+23
* (byte-compile-warnings-safe-p): Use `byte-compile-warning-types'.Juanma Barranquero2008-03-311-5/+2
* (byte-compile-obsolete): If no replacement is provided,Juanma Barranquero2008-03-261-4/+6
* (byte-compile-maybe-guarded):Stefan Monnier2008-03-031-17/+1
* This is Dan's patch fromGlenn Morris2008-03-011-98/+113
* (byte-compile-maybe-guarded): Restore code commented out 2007-11-10.Glenn Morris2008-03-011-4/+10
* (byte-compile-lapcode): UseKenichi Handa2008-02-121-1/+1
* Merge from emacs--devo--0Miles Bader2008-01-091-48/+48
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| | * (batch-byte-recompile-directory): Doc fix.Juanma Barranquero2007-11-261-3/+3
| | * (byte-compile-warnings): Autoload the safe-local-variable property.Glenn Morris2007-10-261-1/+2
| | * (byte-recompile-directory): Fix bug:Thien-Thi Nguyen2007-09-011-1/+1
| * | * mouse.el (mouse-popup-menubar): Fix typo.Dan Nicolaescu2008-01-041-2/+2
| * | (byte-compile-from-buffer): Call byte-compile-warn-about-unresolved-functionsRichard M. Stallman2008-01-041-83/+83
* | | Merge from emacs--devo--0Miles Bader2007-12-061-19/+35
|\| |
| * | Remove directory part from filenames in function declarations.Glenn Morris2007-12-061-1/+1
| * | (byte-compile-declare-function): Remove declared function fromGlenn Morris2007-12-051-0/+3
| * | (byte-compile-declare-function): Reverse branches of if statement.Glenn Morris2007-12-021-4/+4
| * | (byte-compile-declare-function): Third argument to declare-functionGlenn Morris2007-11-301-1/+2
| * | (batch-byte-recompile-directory): Doc fix.Juanma Barranquero2007-11-261-8/+8
| * | (byte-compile-file-form-custom-declare-variable): Simplify.Stefan Monnier2007-11-221-10/+9
| * | (compilation-forget-errors): Declare as function.Glenn Morris2007-11-191-0/+3
| * | (byte-compile-declare-function): New function, byte-hunk-handler forGlenn Morris2007-11-171-1/+11
* | | Merge from emacs--devo--0Miles Bader2007-11-111-51/+122
|\| |
| * | * emacs-lisp/byte-opt.el (byte-optimize-featurep): OptimizeDan Nicolaescu2007-11-101-20/+45
| * | (byte-compile-file-form-define-abbrev-table): New function.Stefan Monnier2007-11-091-0/+7
| * | (byte-compile-disable-warning)Glenn Morris2007-10-301-2/+6
| * | (byte-compile-warnings): Document `not'.Glenn Morris2007-10-281-31/+66
* | | Merge from emacs--devo--0Miles Bader2007-10-271-1/+2
|\| |