summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-09-21 03:48:43 +0000
committerGlenn Morris <rgm@gnu.org>2007-09-21 03:48:43 +0000
commit6f022c19548c562a1bc01559d6655857886fc9f6 (patch)
treee5b76e3bff6da0fec78dc842133da7fd3a488f06 /etc
parent44f9ac8a4640c7d49cde5e8b657f7e642a871bce (diff)
downloademacs-6f022c19548c562a1bc01559d6655857886fc9f6.tar.gz
Adapt for removal of emacstool.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog1
-rw-r--r--etc/emacs.bash2
2 files changed, 2 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index b619b4f61d7..b1677cb669f 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,6 +1,7 @@
2007-09-21 Glenn Morris <rgm@gnu.org>
* emacstool.1: Remove file.
+ * emacs.bash: Adapt for removal of emacstool.
2007-09-16 Glenn Morris <rgm@gnu.org>
diff --git a/etc/emacs.bash b/etc/emacs.bash
index c207e5ffe9e..79ce7840d93 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