aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.Stefan Monnier2012-09-201-11/+5
* byte-compile-warning-prefix tweakGlenn Morris2012-09-121-0/+4
* byte-compile-setq-default fix for bug#12195Glenn Morris2012-08-141-14/+16
* * lisp/emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.Glenn Morris2012-08-141-12/+11
* Fixes: debbugs:12197Andreas Schwab2012-08-141-2/+3
* Autoload more carefully from Lisp. Follow aliases for function properties.Stefan Monnier2012-07-251-1/+1
* Don't warn on toggle-read-only calls.Chong Yidong2012-07-131-1/+1
* Fix byte-recompile-directory.Eli Zaretskii2012-07-121-1/+1
* Reduce use of (require 'cl).Stefan Monnier2012-07-101-18/+19
* * lisp/emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if theStefan Monnier2012-07-041-15/+25
* Spelling fixes.Paul Eggert2012-07-021-3/+3
* Make inlining of other-mode interpreted functions work.Stefan Monnier2012-06-271-8/+33
* Provide generalized variables in core Elisp.Stefan Monnier2012-06-221-8/+12
* * lisp/emacs-lisp/byte-opt.el (featurep): Move compiler-macro...Stefan Monnier2012-06-131-0/+10
* Use lexical-binding for all of CL, and clean up its namespace.Stefan Monnier2012-06-111-3/+3
* Reduce use of cl in lisp/emacs-lisp/.Stefan Monnier2012-06-101-21/+21
* Cleanup cl-macs namespace. Add macro helpers in macroexp.el.Stefan Monnier2012-06-071-32/+9
* Add native compiler-macro support.Stefan Monnier2012-06-051-8/+6
* * lisp/emacs-lisp/bytecomp.el: Fix last change.Stefan Monnier2012-06-011-5/+14
* Merge from emacs-24; up to 2012-04-24T21:47:[email protected]Chong Yidong2012-05-311-7/+5
|\
| * Fix long filename handling of byte-compile-fix-header.Stefan Monnier2012-05-311-7/+5
* | * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.Stefan Monnier2012-05-291-262/+230
* | Fix minor corner case bugs in byte compilation and pcase.Stefan Monnier2012-05-291-37/+38
* | * lisp/emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.Stefan Monnier2012-05-191-24/+27
* | * lisp/emacs-lisp/bytecomp.elStefan Monnier2012-05-021-13/+1
|/
* * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow moreStefan Monnier2012-03-261-3/+4
* * lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):Stefan Monnier2012-02-091-42/+32
* Trivial bytecomp.el fix for file-local buffer-read-only.Glenn Morris2012-01-051-1/+3
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.Andreas Schwab2011-12-311-31/+31
* Spelling fixes.Paul Eggert2011-12-291-1/+1
* Spelling fixes.Paul Eggert2011-12-181-1/+1
* Spelling fixes.Paul Eggert2011-11-261-2/+2
* * lisp/emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.Stefan Monnier2011-11-191-4/+7
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* toggle-read-only fixes for bugs#7292, 10006.Glenn Morris2011-11-091-1/+1
* * lisp/emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflowAndreas Schwab2011-09-171-1/+1
* Add FORCE-SAME-WINDOW argument to switch-to-buffer.Chong Yidong2011-07-131-1/+1
* * lisp/files.el (find-file): Use pop-to-buffer-same-window.Stefan Monnier2011-07-041-1/+1
* * lisp/emacs-lisp/bytecomp.el (add-to-list): Add handler to check theStefan Monnier2011-06-201-0/+19
* Silence various byte-compiler warnings.Stefan Monnier2011-06-011-10/+14
* Miscellaneous tweaks.Stefan Monnier2011-06-011-1/+1
* * bytecomp.el (byte-compile-defvar): Add note about quoted lambda.Stefan Monnier2011-05-301-0/+2
* * lisp/emacs-lisp/bytecomp.el (byte-compile-function-form): Only callStefan Monnier2011-05-221-3/+3
* * lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' forStefan Monnier2011-05-221-2/+2
* bytecomp.el fix for bug#8647Glenn Morris2011-05-111-1/+5
* Revert accidental portion of previous bytecomp.el commit.Glenn Morris2011-05-111-2/+1
* bytecomp.el partial fix for bug#8646.Glenn Morris2011-05-111-1/+9
* Make bytecomp.el understand that defmethod defines functions.Stefan Monnier2011-05-071-0/+1