| Commit message (Expand) | Author | Age | Files | Lines |
* | * lisp/emacs-lisp/byte-run.el (define-obsolete-variable-alias): Tweak doc | Stefan Monnier | 2019-04-19 | 1 | -1/+1 |
* | Make warning about unescaped character literals more helpful. | Philipp Stephani | 2019-04-19 | 1 | -0/+15 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | Fix the bootstrap differently, so zerop can be where it belongs | Stefan Monnier | 2018-07-12 | 1 | -3/+6 |
|/ |
|
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | * lisp/emacs-lisp/byte-run.el (defsubst): Doc fix. | Glenn Morris | 2017-11-21 | 1 | -0/+1 |
* | * lisp/emacs-lisp/byte-run.el (inline): Give it a doc. | Glenn Morris | 2017-11-21 | 1 | -2/+6 |
* | ; * lisp/emacs-lisp/byte-run.el: Fix a typo in a comment. | Eli Zaretskii | 2017-11-19 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| * | Further define-obsolete-* doc fixups | Lars Ingebrigtsen | 2016-05-01 | 1 | -2/+2 |
| * | Describe WHEN in all the define-obsolete- macros | Lars Ingebrigtsen | 2016-05-01 | 1 | -2/+8 |
* | | Give eval-and-compile a correct edebug spec. Fixes bug #16184 properly. | Alan Mackenzie | 2017-01-01 | 1 | -1/+1 |
* | | Do not allow nil to be defined as a function | Glenn Morris | 2016-12-10 | 1 | -0/+1 |
* | | Add some sanity checking of defun arglist | Nicolas Richard | 2016-12-10 | 1 | -0/+4 |
* | | Further define-obsolete-* doc fixups | Lars Ingebrigtsen | 2016-04-30 | 1 | -2/+2 |
* | | Describe WHEN in all the define-obsolete- macros | Lars Ingebrigtsen | 2016-04-30 | 1 | -2/+8 |
|/ |
|
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Go back to grave quoting in source-code docstrings etc. | Paul Eggert | 2015-09-07 | 1 | -2/+2 |
* | Prefer directed to neutral quotes | Paul Eggert | 2015-08-24 | 1 | -3/+3 |
* | Use curved quotes in core elisp diagnostics | Paul Eggert | 2015-08-16 | 1 | -2/+2 |
* | * etc/TODO: Remove obsolete entries. | Stefan Monnier | 2015-03-25 | 1 | -2/+2 |
* | Improve dynamic elisp keyword font-locking | Tassilo Horn | 2015-03-18 | 1 | -5/+23 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | byte-run.el (function-put): Match argument names to docstring (bug#19118). | Nicolas Richard | 2014-11-25 | 1 | -3/+4 |
* | Fix bootstrap failure after last change to eval-and-compile. | Stefan Monnier | 2014-11-09 | 1 | -2/+1 |
* | * lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macro | Stefan Monnier | 2014-11-03 | 1 | -6/+15 |
* | 2014-04-22 Daniel Colascione <dancol@dancol.org> | Daniel Colascione | 2014-04-22 | 1 | -12/+13 |
* | * lisp/emacs-lisp/byte-run.el (function-put): New function. | Stefan Monnier | 2014-04-22 | 1 | -11/+34 |
* | Correctly macroexpand top-level forms during eager macroexpand | Daniel Colascione | 2014-04-22 | 1 | -3/+10 |
* | Allow `declare' to set the interactive-only property | Glenn Morris | 2014-03-22 | 1 | -2/+11 |
* | Replace "Maintainer: FSF" with the emacs-devel mailing address | Glenn Morris | 2014-02-09 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | byte-run.el (eval-when-compile), cc-defs.el (cc-eval-when-compile): Fix edebu... | Katsumi Yamaoka | 2013-12-25 | 1 | -1/+1 |
* | * lisp/emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec. | Stefan Monnier | 2013-11-20 | 1 | -6/+5 |
* | * lisp/emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property. | Stefan Monnier | 2013-11-04 | 1 | -1/+2 |
* | * lisp/emacs-lisp/bytecomp.el: Check existence of f in #'f. | Stefan Monnier | 2013-08-07 | 1 | -1/+0 |
* | * lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Don't use | Stefan Monnier | 2013-03-12 | 1 | -1/+2 |
* | * lisp/emacs-lisp/byte-run.el (dont-compile): Declare obsolete. | Stefan Monnier | 2013-03-10 | 1 | -2/+2 |
* | * lisp/emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile): | Stefan Monnier | 2013-02-08 | 1 | -5/+5 |
* | Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.org | Glenn Morris | 2013-01-02 | 1 | -1/+7 |
|\ |
|
| * | defun fix for cl declarations + interactive forms | Glenn Morris | 2013-01-02 | 1 | -1/+7 |
* | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -29/+36 |
|\| |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| * | * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as | Andreas Schwab | 2012-12-31 | 1 | -28/+35 |
| * | Fixes: debbugs:13316 | Andreas Schwab | 2012-12-31 | 1 | -5/+5 |
| * | * lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Don't accept | Stefan Monnier | 2012-11-19 | 1 | -1/+3 |
* | | * lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change. | Stefan Monnier | 2012-11-20 | 1 | -1/+1 |