| Commit message (Expand) | Author | Age | Files | Lines |
* | * lisp/emacs-lisp/autoload.el: Improve last change | Stefan Monnier | 2021-01-05 | 1 | -13/+18 |
* | * lisp/emacs-lisp/package.el: Load package-quickstart without package.el | Stefan Monnier | 2021-01-05 | 1 | -1/+7 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Add lexical-binding cookie to autoload files | Stefan Kangas | 2020-12-31 | 1 | -1/+2 |
* | Make update-file-autoloads respect generated-autoload-file | Lars Ingebrigtsen | 2020-10-04 | 1 | -0/+1 |
* | Stop using a dynamically bound 'generated-autoload-file' variable | Lars Ingebrigtsen | 2020-10-02 | 1 | -61/+76 |
* | Fix up previous autoload-find-generated-file change | Lars Ingebrigtsen | 2020-09-17 | 1 | -1/+1 |
* | Make package install not bug out on weird stuff in find-file-hooks | Lars Ingebrigtsen | 2020-09-17 | 1 | -0/+1 |
* | ; * lisp/emacs-lisp/autoload.el: Begin summary line with three semicolons. | Jonas Bernoulli | 2020-08-13 | 1 | -1/+1 |
* | Remove compat code from autoload.el | Lars Ingebrigtsen | 2020-08-11 | 1 | -3/+2 |
* | Tweak the autoloads scrape output slightly | Lars Ingebrigtsen | 2020-08-06 | 1 | -2/+2 |
* | Make the loaddefs scraping compilation output look more regular | Lars Ingebrigtsen | 2020-08-06 | 1 | -1/+15 |
* | Merge from origin/emacs-27 | Glenn Morris | 2020-04-15 | 1 | -1/+1 |
|\ |
|
| * | Fix edge case errors in filename-matching regexps | Mattias EngdegÄrd | 2020-04-14 | 1 | -1/+1 |
* | | Add 'nofollow' flag to set-file-modes etc. | Paul Eggert | 2020-02-23 | 1 | -1/+1 |
|/ |
|
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Fix some file-mode races | Paul Eggert | 2019-09-16 | 1 | -2/+1 |
* | Support `cl-defstruct' in autoloads | Stephen Leake | 2019-09-10 | 1 | -1/+1 |
* | * lisp/emacs-lisp/autoload.el: Make progress info more informative. | Stefan Monnier | 2019-07-27 | 1 | -1/+4 |
* | Remove incorrect commentary about #$ in autoloads | Noam Postavsky | 2019-07-13 | 1 | -5/+0 |
* | Add commentary about #$ in autoload files | Noam Postavsky | 2019-07-06 | 1 | -2/+6 |
* | Tweak progress reporting in update-directory-autoloads | Lars Ingebrigtsen | 2019-06-19 | 1 | -6/+8 |
* | Output progress messages when scraping autoloads during bootstrap | Lars Ingebrigtsen | 2019-06-18 | 1 | -0/+5 |
* | * lisp/emacs-lisp/autoload.el (make-autoload): Don't add useless doc | Stefan Monnier | 2019-03-08 | 1 | -1/+1 |
* | 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 |
* | | Replace insignificant backquotes | Michael Heerdegen | 2018-11-25 | 1 | -6/+6 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-11-04 | 1 | -1/+1 |
|\| |
|
| * | Fix a typo in autoload.el | Eli Zaretskii | 2018-11-01 | 1 | -1/+1 |
* | | * lisp/emacs-lisp/autoload.el (autoload-ignored-definitions): New var | Stefan Monnier | 2018-10-02 | 1 | -10/+16 |
* | | file-attributes cleanup | Paul Eggert | 2018-09-23 | 1 | -8/+15 |
* | | Don't include text properties when making autoloads | Allen Li | 2018-08-17 | 1 | -1/+1 |
* | | * lisp/emacs-lisp/autoload.el (autoload--make-defs-autoload): | Glenn Morris | 2018-04-19 | 1 | -1/+2 |
* | | Remove many items obsolete since Emacs 22.1 | Glenn Morris | 2018-03-10 | 1 | -3/+0 |
* | | Arrange for loaddefs files to be greppable | Paul Eggert | 2018-03-01 | 1 | -0/+2 |
|/ |
|
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Let autoload-compute-prefix be set file-locally (Bug#29471) | Noam Postavsky | 2017-12-02 | 1 | -0/+1 |
* | Remove some bogus definition-prefixes from loaddefs | Glenn Morris | 2017-11-28 | 1 | -0/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -3/+3 |
* | Fix over-protection of byte-compiled files | Paul Eggert | 2017-08-26 | 1 | -1/+7 |
* | Fix a couple of make-temp-file races | Paul Eggert | 2017-08-05 | 1 | -5/+5 |
* | autoload-rubric no longer provides a feature by default | Glenn Morris | 2017-05-17 | 1 | -14/+10 |
* | Don't duplicate autoload code in package.el | Glenn Morris | 2017-05-09 | 1 | -11/+19 |
* | Write autoloads file atomically | Glenn Morris | 2017-05-06 | 1 | -4/+18 |
* | Write autoloads file once only | Glenn Morris | 2017-05-06 | 1 | -26/+13 |
* | Improve prefix handling for dash.el | Stefan Monnier | 2017-04-21 | 1 | -1/+2 |
* | Don't register "def" as an autoload prefix (Bug#26412) | Noam Postavsky | 2017-04-19 | 1 | -1/+3 |
* | Stop cl-lib loading pcase at runtime | Glenn Morris | 2017-04-19 | 1 | -1/+2 |
* | * lisp/emacs-lisp/autoload.el (make-autoload): Support cl-defgeneric | Stefan Monnier | 2017-02-21 | 1 | -1/+1 |
* | Nix some useless uses of looking-at, looking-back | Mark Oteiza | 2017-02-12 | 1 | -1/+1 |