summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka@jpl.orgGlenn Morris2012-11-231-0/+3
|\
| * * lisp/emacs-lisp/bytecomp.el (byte-compile-file): Setup default value forStefan Monnier2012-11-231-0/+3
* | * lisp/emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.Stefan Monnier2012-11-201-2/+2
* | * lisp/emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turnStefan Monnier2012-11-091-1/+2
* | * lisp/emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):Stefan Monnier2012-11-081-12/+27
* | Decouple "noruntime" and "cl-functions" bytecomp warningsGlenn Morris2012-11-021-10/+1
|/
* Fix spurious "cl--defsubst-expand might not be defined at runtime"Stefan Monnier2012-10-111-5/+3
* * lisp/emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.Stefan Monnier2012-10-011-4/+12
* * bytecomp.el (byte-compile-cl-file-p): Only "cl.el" counts as cl these days.Glenn Morris2012-09-281-1/+1
* * 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:24Z!michael.albinus@gmx.deChong 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