Achim Gratz <strom...@nexgo.de> wrote: > Bastien writes: > > Achim Gratz <strom...@nexgo.de> writes: > >> That would be commit 830a0781a6 by Jambunathan, then. Autoloads really > >> don't work that way, so could this please be reverted? > > > > Done. > > Thank you. > > By way of explanation: autoload knows about a handful of "special" > constructs. If you put an autoload cookie on any other sexp, it will be > copied verbatim into the autoload file. This comes in handy sometimes, > but the sexp may not make any sense in that context… >
No errors in ``make test'' after this: ,---- | Ran 206 tests, 206 results as expected (2012-09-10 16:22:59-0400) | 6 expected failures `---- There are warnings in compilation: ,---- | ... | Compiling /home/nick/src/emacs/org/org-mode/lisp/org-e-groff.el... | | In org-e-groff-table-cell: | org-e-groff.el:1880:36:Warning: reference to free variable `orgtbl-exp-regexp' | Wrote /home/nick/src/emacs/org/org-mode/lisp/org-e-groff.elc | ... | Compiling /home/nick/src/emacs/org/org-mode/lisp/org-e-latex.el... | | In org-e-latex-export-block: | org-e-latex.el:1209:56:Warning: `"LATEX"' is a malformed function | Wrote /home/nick/src/emacs/org/org-mode/lisp/org-e-latex.elc | ... | Compiling /home/nick/src/emacs/org/org-mode/lisp/org-e-man.el... | | In org-e-man-table-cell: | org-e-man.el:1134:36:Warning: reference to free variable `orgtbl-exp-regexp' | Wrote /home/nick/src/emacs/org/org-mode/lisp/org-e-man.elc | ... | Compiling /home/nick/src/emacs/org/org-mode/lisp/org-e-texinfo.el... | | In org-e-texinfo-table-column-widths: | org-e-texinfo.el:1542:35:Warning: function `remove-if' from cl package called | at runtime | Wrote /home/nick/src/emacs/org/org-mode/lisp/org-e-texinfo.elc | ... | Compiling /home/nick/src/emacs/org/org-mode/lisp/org-md.el... | | In org-md-link: | org-md.el:312:22:Warning: reference to free variable `path' | Wrote /home/nick/src/emacs/org/org-mode/lisp/org-md.elc | ... | Compiling /home/nick/src/emacs/org/org-mode/lisp/org.el... | | In org-create-formula-image-with-dvipng: | org.el:17621:21:Warning: reference to free variable | `org-export-latex-listings' | | In end of data: | org.el:22595:1:Warning: the function `org-clock-sum-current-item' is not known | to be defined. | Wrote /home/nick/src/emacs/org/org-mode/lisp/org.elc `---- Nick