emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/emacs.bash


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/etc/emacs.bash
Date: Fri, 04 Apr 2003 01:21:26 -0500

Index: emacs/etc/emacs.bash
diff -c emacs/etc/emacs.bash:1.1 emacs/etc/emacs.bash:1.2
*** emacs/etc/emacs.bash:1.1    Sun Oct  3 08:34:46 1999
--- emacs/etc/emacs.bash        Tue Feb  4 09:30:41 2003
***************
*** 7,13 ****
  # This function assumes the emacs program is named `emacs' and is somewhere
  # in your load path.  If either of these is not true, the most portable
  # (and convenient) thing to do is to make an alias called emacs which
! # refers to the real program, e.g. 
  #
  #        alias emacs=/usr/local/bin/gemacs
  #
--- 7,13 ----
  # This function assumes the emacs program is named `emacs' and is somewhere
  # in your load path.  If either of these is not true, the most portable
  # (and convenient) thing to do is to make an alias called emacs which
! # refers to the real program, e.g.
  #
  #        alias emacs=/usr/local/bin/gemacs
  #
***************
*** 33,39 ****
        x ) (emacs "$@" &) ;;
        sun ) (emacstool "$@" &) ;;
      esac
!  else   
      if jobs %emacs 2> /dev/null ; then
         echo "$(pwd)" "$@" >| ${HOME}/.emacs_args && fg %emacs
      else
--- 33,39 ----
        x ) (emacs "$@" &) ;;
        sun ) (emacstool "$@" &) ;;
      esac
!  else
      if jobs %emacs 2> /dev/null ; then
         echo "$(pwd)" "$@" >| ${HOME}/.emacs_args && fg %emacs
      else




reply via email to

[Prev in Thread] Current Thread [Next in Thread]