eval-next-after-load
eval-next-after-load is a compiled Lisp function in `subr.el
'.
(eval-next-after-load FILE)
This function is obsolete since 23.2;
use `eval-after-load' instead.
Read the following input sexp, and run it whenever FILE is loaded.
This makes or adds to an entry on `after-load-alist'.
FILE should be the name of a library, with no directory name.