changeset 84724:ccaac0911639

Adapt for removal of emacstool.
author Glenn Morris <rgm@gnu.org>
date Fri, 21 Sep 2007 03:45:47 +0000
parents 9a11b1e3d1c2
children 25f2d4c45db7
files etc/emacs.bash
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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