]> code.delx.au - gnu-emacs/blobdiff - etc/emacs.bash
(unidata.txt): Don't use $<, it's non-portable in this context.
[gnu-emacs] / etc / emacs.bash
index c207e5ffe9e114b83bacb5e0fb8dd69a3c935c22..82e487c16f4eae4ec10ea074983dd4b894ae1d89 100644 (file)
@@ -1,6 +1,6 @@
 ### emacs.bash --- contact/resume an existing Emacs, or start a new one
 
-## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
+## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 ##   Free Software Foundation, Inc.
 
 ## Author: Noah Friedman
@@ -55,7 +55,7 @@ function edit ()
 
     case "${windowsys}" in
       x ) (emacs "$@" &) ;;
-      sun ) (emacstool "$@" &) ;;
+      sun ) echo "unsupported window system"; return 1 ;;
     esac
  else
     if jobs %emacs 2> /dev/null ; then