Sivaram Neelakantan <[email protected]> writes: > I tried to launch gnus from Emacs 25.1 by commenting out this line > in my .emacs > > > ;;(setq load-path (cons "c:/gnu/elisp/gnus-m0-15/lisp" load-path)) > (require 'gnus-load) > > and it promptly said, cannot find gnus-load. > > What changes do I have to make now that I don't have to use gnus git > files?
You don't have to do anything, the `gnus' function is autoloaded. If you're using some other gnus-related function before that one, it's possible you'd need to (require 'gnus), but probably not. Eric _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
