What is the correct way to rebuild lisp/auto-autoloads.el these days?
The one in CVS 21.2 cotains lines like:
;;;### (autoloads (x-win-init-xfree86) "x-win-xfree86"
"lisp/x-win-xfree86.el")
;;;### (autoloads (about-xemacs) "about" "lisp\\about.el")
why are there two different kinds of directory separators?
If I'd like to make changes is it ok to just run 'make autoloads' (on
Unix) and check in the result?
Gunnar