summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-run.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/byte-run.el (define-obsolete-variable-alias): Tweak docStefan Monnier2019-04-191-1/+1
* Make warning about unescaped character literals more helpful.Philipp Stephani2019-04-191-0/+15
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix the bootstrap differently, so zerop can be where it belongsStefan Monnier2018-07-121-3/+6
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* * lisp/emacs-lisp/byte-run.el (defsubst): Doc fix.Glenn Morris2017-11-211-0/+1
* * lisp/emacs-lisp/byte-run.el (inline): Give it a doc.Glenn Morris2017-11-211-2/+6
* ; * lisp/emacs-lisp/byte-run.el: Fix a typo in a comment.Eli Zaretskii2017-11-191-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Further define-obsolete-* doc fixupsLars Ingebrigtsen2016-05-011-2/+2
| * Describe WHEN in all the define-obsolete- macrosLars Ingebrigtsen2016-05-011-2/+8
* | Give eval-and-compile a correct edebug spec. Fixes bug #16184 properly.Alan Mackenzie2017-01-011-1/+1
* | Do not allow nil to be defined as a functionGlenn Morris2016-12-101-0/+1
* | Add some sanity checking of defun arglistNicolas Richard2016-12-101-0/+4
* | Further define-obsolete-* doc fixupsLars Ingebrigtsen2016-04-301-2/+2
* | Describe WHEN in all the define-obsolete- macrosLars Ingebrigtsen2016-04-301-2/+8
|/
* 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