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

  1.  
  2.   Since Franz now has the push, pop, if and msg macros, there is no
  3. reason for jkfmacs to exist.  I've removed the code in jkfmacs and
  4. replaced it with a warning message which will be printed if you load it.
  5.   If you used the jkfmacs version of 'push' you will have to go through
  6. your code and switch the order of arguments.  The Franz version is
  7.     (push value stack)
  8. Also, the unpush macro, defined in jkfmacs, no longer exists: just use
  9. pop with one argument.
  10.  
  11.  
  12.  
  13.