chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ed7b46b
)
setup: Consider `emacs23' to be an acceptable Emacs.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 15 Dec 2009 12:09:01 +0000
(12:09 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 15 Dec 2009 12:09:01 +0000
(12:09 +0000)
Prefer `emacs22', because the byte compiled code seems upwards
compatible.
setup
patch
|
blob
|
blame
|
history
diff --git
a/setup
b/setup
index 42c0cd71c5a32fcba30f28fdf1827b08536e9ec5..162ede5b6fccf76e65282472dbe477147c556d96 100755
(executable)
--- a/
setup
+++ b/
setup
@@
-240,7
+240,7
@@
echo " all done."
$echon "Finding a suitable emacs:$echoc"
emacs=no
$echon "Finding a suitable emacs:$echoc"
emacs=no
-for i in emacs22 emacs21 emacs; do
+for i in emacs22 emacs2
3 emacs2
1 emacs; do
if type -p >/dev/null $i; then
emacs=$i
break
if type -p >/dev/null $i; then
emacs=$i
break