#!	/bin/csh -f
#
# Copyright 1993, 1994, 1995 by the Regents of the University of California.
# see the file "Copyright" in the distribution for conditions of use.
#
#
#	edit an existing vacation message
#
set embedded
set file =  ~/.vacation.msg
if( ! -e $file ) then
	echo "*** You do not have an existing vacation message."
	exit
endif
source $MENU_LIB/edit_file
