# HG changeset patch # User Richard M. Stallman # Date 769125768 0 # Node ID bd6f993b61d8ea286dee320a6230aa415bfeea43 # Parent d31babe815e795238192a2539e2eb516707b589f (blessmail): Specify directory for blessmail.el. diff -r d31babe815e7 -r bd6f993b61d8 lib-src/Makefile.in --- a/lib-src/Makefile.in Mon May 16 21:29:03 1994 +0000 +++ b/lib-src/Makefile.in Mon May 16 22:02:48 1994 +0000 @@ -164,7 +164,7 @@ #ifdef MOVEMAIL_NEEDS_BLESSING blessmail: ../src/emacs - ../src/emacs -batch -l blessmail.el + ../src/emacs -batch -l ../lisp/blessmail.el chmod +x blessmail #endif