summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/autoload.el
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* add file name to autoload error messages.Stephen Leake2015-07-221-111/+124
* Improve reproducibility of generated loaddefs file.Glenn Morris2015-06-301-137/+144
* Don't require help-fns when not neededPaul Eggert2015-05-201-1/+0
* Speed up byte-compilation and autoload generation by avoiding mode-hooksArtur Malabarba2015-04-121-3/+4
* Less 'make' chatter in batch modePaul Eggert2015-01-031-2/+3
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* New macro `define-inline'.Stefan Monnier2014-12-011-6/+5
* Revert previous accidental commitGlenn Morris2014-11-041-34/+8
* Merge from emacs-24; up to 117669Glenn Morris2014-11-041-8/+34
* Get rid of the AUTOGEN_VCS variable in lisp/MakefileGlenn Morris2014-06-301-2/+19
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/Makefile.in (autoloads): Do not use abs_lisp.Glenn Morris2013-10-301-0/+3
* * lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads):Glenn Morris2013-10-301-1/+1
* * lisp/emacs-lisp/autoload.el (autoload--setup-output): New function,Stefan Monnier2013-07-221-35/+30
* * lisp/emacs-lisp/package.el: Don't activate packages older than builtin.Stefan Monnier2013-06-151-52/+82
* * lisp/emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.Glenn Morris2013-05-111-1/+4
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* * lisp/emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to theStefan Monnier2012-10-071-1/+1
* Merge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu@gmail.comChong Yidong2012-08-111-2/+4
|\
| * Disable local eval: in some placesGlenn Morris2012-08-091-2/+4