Mercurial > hg > xemacs-beta
comparison etc/aliases.ksh @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | 83b3d10dcba9 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
22 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
23 # Boston, MA 02111-1307, USA. | 23 # Boston, MA 02111-1307, USA. |
24 | 24 |
25 # Shortcuts for sh-derived Unix shells (ksh, zsh, bash) | 25 # Shortcuts for sh-derived Unix shells (ksh, zsh, bash) |
26 | 26 |
27 # From Steve Baur <steve@altair.xemacs.org> | 27 # From Steve Baur <steve@xemacs.org> |
28 # Run temacs as XEmacs | 28 # Run temacs as XEmacs |
29 function runtemacs | 29 function runtemacs |
30 { | 30 { |
31 if [ ! -x temacs ]; then | 31 if [ ! -x temacs ]; then |
32 echo "Must be in temacs source directory to run temacs." | 32 echo "Must be in temacs source directory to run temacs." |