*** The `require' function now insists on adding a suffix, either .el
or .elc, to the file name. Thus, (require 'foo) will not use a file whose name is just foo. It insists on foo.el or foo.elc.