summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/autoload.el
Commit message (Expand)AuthorAgeFilesLines
* ; 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
* | Autoload more carefully from Lisp. Follow aliases for function properties.Stefan Monnier2012-07-251-14/+14
* | Reduce use of (require 'cl).Stefan Monnier2012-07-101-7/+8
* | * lisp/emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt.Stefan Monnier2012-06-131-2/+3
* | Reduce use of cl in lisp/emacs-lisp/.Stefan Monnier2012-06-101-3/+3
* | Add `declare' for `defun'. Align `defmacro's with it.Stefan Monnier2012-05-301-51/+76
* | * lisp/emacs-lisp/autoload.el (autoload-make-program): Remove, unused.Stefan Monnier2012-04-101-3/+0
|/
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix "make autoloads" on MS-Windows.Eli Zaretskii2011-11-231-1/+5
* * lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.Stefan Monnier2011-11-211-9/+1
* autoload.el fix for bug#10049Glenn Morris2011-11-171-0/+7
* Remove the SOME_MACHINE_LISP distinction in src/Makefile.in.Glenn Morris2011-05-181-45/+14
* Make autoloading commands prompt for autoload file (Bug#7989)Chong Yidong2011-05-041-29/+48