home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / packages / timer.shar / README < prev    next >
Encoding:
Text File  |  1991-01-14  |  446 b   |  11 lines

  1.                                 -*-Text-*-
  2. Byte-compile the file timer.el and install it in a Lisp library.
  3.  
  4. C compile the file timer.c and install the resulting executable in one
  5. of the directories in your (or Emacs') search path.  The executable
  6. should be named `timer'.  Use -DUSG if running under System V.  I
  7. couldn't test the code under System V.
  8.  
  9. A simple example of timer usage appears in the file ntime.el, which
  10. contains a no-frills rewrite of Emacs' time.el.
  11.