home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0021.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  418 b   |  12 lines

  1.  A modification has been made to the load function.
  2.    Normally if you type (load 'x), the load function will first try to fasl
  3. the file x.o and failing that it will try to load x.l
  4.    If you (setq load-most-recent t),  and if x.l and x.o both exist, then
  5. load will fasl or load the most recently modified file.
  6.    The load-most-recent flag only has an effect if you type the filename
  7. without a trailing .l or .o.
  8.  
  9.  
  10.  
  11.  
  12.