summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/autoload.el
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Nix some useless uses of looking-at, looking-backMark Oteiza2017-02-121-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-10-231-1/+6
|\|
| * * lisp/emacs-lisp/autoload.el (update-directory-autoloads): Fix last change.Eli Zaretskii2016-10-191-2/+1
| * Don't scan compiled module files for autoloadsEli Zaretskii2016-10-191-1/+7
| * * lisp/emacs-lisp/autoload.el (update-directory-autoloads):Glenn Morris2016-04-251-9/+11
* | If autoloads buffer is unchanged, mark it as such (bug#23692)Stefan Monnier2016-10-111-1/+2
* | * lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads):Glenn Morris2016-08-011-1/+3
* | Include versioned preloaded libraries in `package--builtin-versions'Chris Feng2016-07-131-20/+19
* | * lisp/emacs-lisp/autoload.el (autoload--make-defs-autoload): Expand lessStefan Monnier2016-06-011-23/+72
* | ; Spelling fixesPaul Eggert2016-05-301-1/+1
* | * lisp/emacs-lisp/autoload.el: Use radix-tree.Stefan Monnier2016-05-301-54/+32
* | * lisp/subr.el (definition-prefixes): Expand docstringStefan Monnier2016-05-271-9/+7
* | Make autoloads populate a new definition-prefixes tableStefan Monnier2016-05-251-15/+181
* | ; Spelling and quoting fixesPaul Eggert2016-05-011-1/+1
* | When autoload-timestamps is nil, use a dummy timestamp rather than "t".Glenn Morris2016-04-231-10/+20
* | Prevent bootstrap autoload backup filesPhillip Lord2016-04-201-14/+28
* | Merge from origin/emacs-25Paul Eggert2016-04-181-28/+14
|\|
| * Revert "Prevent bootstrap autoload backup files"Phillip Lord2016-04-121-28/+14
* | Merge from origin/emacs-25Paul Eggert2016-04-121-14/+28
|\|
| * Prevent bootstrap autoload backup filesPhillip Lord2016-04-121-14/+28
* | * lisp/emacs-lisp/autoload.el (autoload-timestamps):Glenn Morris2016-02-291-1/+1
* | * lisp/emacs-lisp/autoload.el (autoload-find-destination):Glenn Morris2016-02-291-1/+1
* | * lisp/emacs-lisp/autoload.el (update-file-autoloads):Glenn Morris2016-02-291-0/+5
* | Merge from origin/emacs-25John Wiegley2016-01-111-2/+3
|\|
| * * lisp/emacs-lisp/autoload.el (autoload-find-destination): Doc fix.Glenn Morris2016-01-061-1/+2
| * * lisp/emacs-lisp/autoload.el (autoload-find-destination):Glenn Morris2016-01-061-1/+1
* | Merge from origin/emacs-25John Wiegley2016-01-111-1/+1
|\|
| * Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* | ; * lisp/emacs-lisp/autoload.el (autoload-timestamps): Doc tweak.Glenn Morris2016-01-061-1/+3
* | ; * lisp/emacs-lisp/autoload.el update-directory-autoloads): Fix typo in prev...Glenn Morris2016-01-061-1/+1
* | Allow creation of loaddefs files without timestamps.Glenn Morris2016-01-061-11/+51
|/