Adapt for removal of emacstool.
This commit is contained in:
parent
44f9ac8a46
commit
6f022c1954
3 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue