summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/autoload.el
Commit message (Expand)AuthorAgeFilesLines
* Extend the syntax of `interactive' to list applicable modesLars Ingebrigtsen2021-02-141-4/+11
* * lisp/emacs-lisp/autoload.el: Improve last changeStefan Monnier2021-01-051-13/+18
* * lisp/emacs-lisp/package.el: Load package-quickstart without package.elStefan Monnier2021-01-051-1/+7
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Add lexical-binding cookie to autoload filesStefan Kangas2020-12-311-1/+2
* Make update-file-autoloads respect generated-autoload-fileLars Ingebrigtsen2020-10-041-0/+1
* Stop using a dynamically bound 'generated-autoload-file' variableLars Ingebrigtsen2020-10-021-61/+76
* Fix up previous autoload-find-generated-file changeLars Ingebrigtsen2020-09-171-1/+1
* Make package install not bug out on weird stuff in find-file-hooksLars Ingebrigtsen2020-09-171-0/+1
* ; * lisp/emacs-lisp/autoload.el: Begin summary line with three semicolons.Jonas Bernoulli2020-08-131-1/+1
* Remove compat code from autoload.elLars Ingebrigtsen2020-08-111-3/+2
* Tweak the autoloads scrape output slightlyLars Ingebrigtsen2020-08-061-2/+2
* Make the loaddefs scraping compilation output look more regularLars Ingebrigtsen2020-08-061-1/+15
* Merge from origin/emacs-27Glenn Morris2020-04-151-1/+1
|\
| * Fix edge case errors in filename-matching regexpsMattias EngdegÄrd2020-04-141-1/+1
* | Add 'nofollow' flag to set-file-modes etc.Paul Eggert2020-02-231-1/+1
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix some file-mode racesPaul Eggert2019-09-161-2/+1
* Support `cl-defstruct' in autoloadsStephen Leake2019-09-101-1/+1
* * lisp/emacs-lisp/autoload.el: Make progress info more informative.Stefan Monnier2019-07-271-1/+4
* Remove incorrect commentary about #$ in autoloadsNoam Postavsky2019-07-131-5/+0
* Add commentary about #$ in autoload filesNoam Postavsky2019-07-061-2/+6
* Tweak progress reporting in update-directory-autoloadsLars Ingebrigtsen2019-06-191-6/+8
* Output progress messages when scraping autoloads during bootstrapLars Ingebrigtsen2019-06-181-0/+5
* * lisp/emacs-lisp/autoload.el (make-autoload): Don't add useless docStefan Monnier2019-03-081-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-6/+6
* | Merge from origin/emacs-26Glenn Morris2018-11-041-1/+1
|\|
| * Fix a typo in autoload.elEli Zaretskii2018-11-011-1/+1
* | * lisp/emacs-lisp/autoload.el (autoload-ignored-definitions): New varStefan Monnier2018-10-021-10/+16
* | file-attributes cleanupPaul Eggert2018-09-231-8/+15
* | Don't include text properties when making autoloadsAllen Li2018-08-171-1/+1
* | * lisp/emacs-lisp/autoload.el (autoload--make-defs-autoload):Glenn Morris2018-04-191-1/+2
* | Remove many items obsolete since Emacs 22.1Glenn Morris2018-03-101-3/+0
* | Arrange for loaddefs files to be greppablePaul Eggert2018-03-011-0/+2
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Let autoload-compute-prefix be set file-locally (Bug#29471)Noam Postavsky2017-12-021-0/+1
* Remove some bogus definition-prefixes from loaddefsGlenn Morris2017-11-281-0/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-3/+3
* Fix over-protection of byte-compiled filesPaul Eggert2017-08-261-1/+7
* Fix a couple of make-temp-file racesPaul Eggert2017-08-051-5/+5
* autoload-rubric no longer provides a feature by defaultGlenn Morris2017-05-171-14/+10
* Don't duplicate autoload code in package.elGlenn Morris2017-05-091-11/+19
* Write autoloads file atomicallyGlenn Morris2017-05-061-4/+18
* Write autoloads file once onlyGlenn Morris2017-05-061-26/+13
* Improve prefix handling for dash.elStefan Monnier2017-04-211-1/+2
* Don't register "def" as an autoload prefix (Bug#26412)Noam Postavsky2017-04-191-1/+3
* Stop cl-lib loading pcase at runtimeGlenn Morris2017-04-191-1/+2
* * lisp/emacs-lisp/autoload.el (make-autoload): Support cl-defgenericStefan Monnier2017-02-211-1/+1