aboutsummaryrefslogtreecommitdiffstats
path: root/etc/emacs.bash
diff options
context:
space:
mode:
Diffstat (limited to 'etc/emacs.bash')
-rw-r--r--etc/emacs.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/emacs.bash b/etc/emacs.bash
index c207e5ffe9..79ce7840d9 100644
--- a/etc/emacs.bash
+++ b/etc/emacs.bash
@@ -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