Adapt for removal of emacstool.

This commit is contained in:
Glenn Morris 2007-09-21 03:48:43 +00:00
parent 44f9ac8a46
commit 6f022c1954
3 changed files with 6 additions and 1 deletions

View file

@ -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>

View file

@ -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

View file

@ -1,3 +1,7 @@
2007-09-21 Glenn Morris <rgm@gnu.org>
* Makefile.in (emacstool): Remove target.
2007-09-21 Markus Triska <markus.triska@gmx.at>
* xterm.c (x_delete_display): Compile session management