From: Glenn Morris Date: Fri, 21 Sep 2007 03:48:43 +0000 (+0000) Subject: Adapt for removal of emacstool. X-Git-Tag: emacs-pretest-23.0.90~10780 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f022c19548c562a1bc01559d6655857886fc9f6;p=emacs.git Adapt for removal of emacstool. --- 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 * emacstool.1: Remove file. + * emacs.bash: Adapt for removal of emacstool. 2007-09-16 Glenn Morris 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 diff --git a/src/ChangeLog b/src/ChangeLog index 2fc10979176..6b6e4927ba1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-09-21 Glenn Morris + + * Makefile.in (emacstool): Remove target. + 2007-09-21 Markus Triska * xterm.c (x_delete_display): Compile session management