summaryrefslogtreecommitdiff
path: root/etc/emacs.bash
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
commitef393e7645961c61ff1e776d67d3c3b9f494bc49 (patch)
tree1471dfc50643fdc560d1c94fff6318482fa8876b /etc/emacs.bash
parent270af5640a046aab319b9988fc29f41a47681f92 (diff)
downloademacs-ef393e7645961c61ff1e776d67d3c3b9f494bc49.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'etc/emacs.bash')
-rw-r--r--etc/emacs.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/emacs.bash b/etc/emacs.bash
index f47ba6e9ec4..5648a0b1952 100644
--- a/etc/emacs.bash
+++ b/etc/emacs.bash
@@ -7,7 +7,7 @@
# 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.
+# refers to the real program, e.g.
#
# alias emacs=/usr/local/bin/gemacs
#
@@ -33,7 +33,7 @@ function edit ()
x ) (emacs "$@" &) ;;
sun ) (emacstool "$@" &) ;;
esac
- else
+ else
if jobs %emacs 2> /dev/null ; then
echo "$(pwd)" "$@" >| ${HOME}/.emacs_args && fg %emacs
else