]> git.eshelyaron.com Git - emacs.git/commitdiff
Adapt for removal of emacstool.
authorGlenn Morris <rgm@gnu.org>
Fri, 21 Sep 2007 03:48:43 +0000 (03:48 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 21 Sep 2007 03:48:43 +0000 (03:48 +0000)
etc/ChangeLog
etc/emacs.bash
src/ChangeLog

index b619b4f61d7a4094e26302fe7533af96872573c6..b1677cb669f4867962210016868a6ed09f069ea4 100644 (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>
 
index c207e5ffe9e114b83bacb5e0fb8dd69a3c935c22..79ce7840d93693bd3131023a2a607efce3171dd6 100644 (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
index 2fc109791763695b84c7438f93618e9ead694817..6b6e4927ba145eeee0a5232ebcef54c037c2d153 100644 (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