Achim Gratz <[email protected]> writes: > Bastien writes: >> What is "autoload-rubric"? > > C-h f autoload-rubric > > autoload-rubric is a compiled Lisp function in `autoload.el'.
Thanks. The function is not autoloaded, so I had to (require 'autoload) before being able to access it. -- Bastien
