summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-run.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix documentation of define-obsolete-* functionsEli Zaretskii2019-12-281-6/+6
* (with-suppressed-warnings): Also suppress warnings when not byte-compilingStefan Monnier2019-06-221-5/+17
* Report progress during custom-make-dependencies instead of file countLars Ingebrigtsen2019-06-181-1/+5
* Tweak implementation of byte-compile-info-messageLars Ingebrigtsen2019-06-181-1/+1
* Output progress messages when scraping autoloads during bootstrapLars Ingebrigtsen2019-06-181-0/+4
* Avoid compilation warning in byte-runLars Ingebrigtsen2019-06-141-1/+4
* Revert "Compilation warning fix for byte-run.el"Glenn Morris2019-06-121-4/+3
* Compilation warning fix for byte-run.elLars Ingebrigtsen2019-06-131-3/+4
* Add the new macro with-suppressed-warningsLars Ingebrigtsen2019-06-121-0/+28
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* * 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