home *** CD-ROM | disk | FTP | other *** search
- A modification has been made to the load function.
- Normally if you type (load 'x), the load function will first try to fasl
- the file x.o and failing that it will try to load x.l
- If you (setq load-most-recent t), and if x.l and x.o both exist, then
- load will fasl or load the most recently modified file.
- The load-most-recent flag only has an effect if you type the filename
- without a trailing .l or .o.
-
-
-
-
-