summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-run.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-2/+2
* Prefer directed to neutral quotesPaul Eggert2015-08-241-3/+3
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-161-2/+2
* * etc/TODO: Remove obsolete entries.Stefan Monnier2015-03-251-2/+2
* Improve dynamic elisp keyword font-lockingTassilo Horn2015-03-181-5/+23
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* byte-run.el (function-put): Match argument names to docstring (bug#19118).Nicolas Richard2014-11-251-3/+4
* Fix bootstrap failure after last change to eval-and-compile.Stefan Monnier2014-11-091-2/+1
* * lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macroStefan Monnier2014-11-031-6/+15
* 2014-04-22 Daniel Colascione <dancol@dancol.org>Daniel Colascione2014-04-221-12/+13
* * lisp/emacs-lisp/byte-run.el (function-put): New function.Stefan Monnier2014-04-221-11/+34
* Correctly macroexpand top-level forms during eager macroexpandDaniel Colascione2014-04-221-3/+10
* Allow `declare' to set the interactive-only propertyGlenn Morris2014-03-221-2/+11
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* byte-run.el (eval-when-compile), cc-defs.el (cc-eval-when-compile): Fix edebu...Katsumi Yamaoka2013-12-251-1/+1
* * lisp/emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec.Stefan Monnier2013-11-201-6/+5
* * lisp/emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.Stefan Monnier2013-11-041-1/+2
* * lisp/emacs-lisp/bytecomp.el: Check existence of f in #'f.Stefan Monnier2013-08-071-1/+0
* * lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Don't useStefan Monnier2013-03-121-1/+2
* * lisp/emacs-lisp/byte-run.el (dont-compile): Declare obsolete.Stefan Monnier2013-03-101-2/+2
* * lisp/emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):Stefan Monnier2013-02-081-5/+5
* Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.orgGlenn Morris2013-01-021-1/+7
|\
| * defun fix for cl declarations + interactive formsGlenn Morris2013-01-021-1/+7
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-29/+36
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| * * emacs-lisp/byte-run.el (defmacro): Use same argument parsing asAndreas Schwab2012-12-311-28/+35
| * Fixes: debbugs:13316Andreas Schwab2012-12-311-5/+5
| * * lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Don't acceptStefan Monnier2012-11-191-1/+3
* | * lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.Stefan Monnier2012-11-201-1/+1
* | * lisp/emacs-lisp/byte-run.el (defun-declarations-alist):Stefan Monnier2012-11-191-2/+8
|/
* More documentation fixes for changes to defun, defmacro, etc.Chong Yidong2012-10-151-1/+2
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-1/+3
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-1/+1
* * lisp/emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.Stefan Monnier2012-09-071-4/+3
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-2/+2
* Fix return value of `defun' and un-define it.Stefan Monnier2012-06-181-1/+3
* Don't autoload functions too eagerly during macroexpansion.Stefan Monnier2012-06-081-10/+17
* Add `declare' for `defun'. Align `defmacro's with it.Stefan Monnier2012-05-301-53/+120
* * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.Stefan Monnier2012-05-291-23/+88
* * lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties toStefan Monnier2012-05-171-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Silence various byte-compiler warnings.Stefan Monnier2011-06-011-11/+8
* Miscellaneous tweaks.Stefan Monnier2011-06-011-6/+3
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-231-2/+2
* Compute freevars in cconv-analyse.Stefan Monnier2011-02-261-6/+4
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\