# HG changeset patch # User Glenn Morris # Date 1190346347 0 # Node ID ccaac0911639300c9df9fb6f880867fede0aad98 # Parent 9a11b1e3d1c2a66fd563321fd0879e93a99b97ad Adapt for removal of emacstool. diff -r 9a11b1e3d1c2 -r ccaac0911639 etc/emacs.bash --- a/etc/emacs.bash Fri Sep 21 03:43:46 2007 +0000 +++ b/etc/emacs.bash Fri Sep 21 03:45:47 2007 +0000 @@ -55,7 +55,7 @@ case "${windowsys}" in x ) (emacs "$@" &) ;; - sun ) (emacstool "$@" &) ;; + sun ) echo "unsupported window system"; return 1 ;; esac else if jobs %emacs 2> /dev/null ; then