>From the MH-E Makefile: # Install the source into the Emacs source. install-emacs: cp $(MH-E-ETC) $(EMACS_HOME)/etc cp $(MH-E-SRC) $(MH-E-OTHERS) $(EMACS_HOME)/lisp/mh-e cp $(MH-E-IMG) $(EMACS_HOME)/lisp/toolbar cp $(MH-E-IMG2) $(EMACS_HOME)/lisp/mail # View the CVS logs for the Emacs versions (to see if they have been modified). emacs-logs: (cd $(EMACS_HOME)/etc; cvs log $(MH-E-ETC)) (cd $(EMACS_HOME)/lisp/mail; cvs log $(MH-E-SRC) $(MH-E-OTHERS)) (cd $(EMACS_HOME)/lisp/toolbar; cvs log $(MH-E-IMG)) (cd $(EMACS_HOME)/lisp/mail; cvs log $(MH-E-IMG2)) # Import Emacs changes. import-emacs: import-emacs -- Bill Wohler http://www.newt.com/wohler/ GnuPG ID:610BD9AD Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian! If you're passed on the right, you're in the wrong lane.