changeset 7516:bd6f993b61d8

(blessmail): Specify directory for blessmail.el.
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 May 1994 22:02:48 +0000
parents d31babe815e7
children c9b4184540f5
files lib-src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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