]> 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 2589c784a875f54c53ea8dcd448e0f56e48d3e39..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
@@ -9,7 +9,7 @@
 
 ## GNU Emacs is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2, or (at your option)
+## the Free Software Foundation; either version 3, or (at your option)
 ## any later version.
 
 ## GNU Emacs is distributed in the hope that it will be useful,
@@ -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